JWPlayer不会在PhoneGap中播放流媒体视频

时间:2014-08-27 15:33:11

标签: android flash cordova streaming jwplayer

我尝试使用phonegap作为容器实现rtmp流式传输到Android应用程序,但与通常不同,jwplayer报告此消息“错误加载播放器:找不到可播放的源”任何人都知道是否依赖于Android闪存支持?在这种情况下,这是实施rtmp / rtsp流媒体的最佳选择...

提前致谢 阿尔文

1 个答案:

答案 0 :(得分:0)

您需要使用其他格式/协议,例如使用m3u8等的HLS.Flash不是跨平台流的理想解决方案。您需要阅读jw文档,以便更好地理解为什么需要转向这种更好的技术以及如何正确使用它。

关于HLS Streaming https://support.jwplayer.com/customer/en/portal/articles/1430189-about-hls-streaming

使用HLS Streaming https://support.jwplayer.com/customer/en/portal/articles/1430218-using-hls-streaming

HLS自适应流媒体 https://support.jwplayer.com/customer/en/portal/articles/1430240-hls-adaptive-streaming

----的更新 -----

我个人不使用jwplayer for android我使用名为https://github.com/raulduran/VideoPlayer.git的插件 它使用设备本机视频播放器,从而为您提供高水平的兼容性和一致的性能。我发现设备,版本和供应商在Androids方面存在着巨大的差异......所以我选择了更原生的方法。