在没有rtmp的jwplayer上播放m3u8文件



我在网上搜索了很长一段时间,在尝试与各种玩家玩这个游戏时失败了,我构建了这段代码,

http://85.132.71.4:1935/turktv/ntv.sdp/playlist.m3u8

m3u8流。我将把我的压缩(粘贴到html文件中)代码放在这里,希望有人能给我指明正确的方向。感谢您的阅读。

<html>
<head>
<title>test page</title>
</head>
<body>

<script type='text/javascript' src='http://dev.landgraaf.net/jwplayer.js'></script>
<div id='livefeed'></div>
<script type="text/javascript">
  jwplayer('livefeed').setup({
    'id': 'playerID',
    'width': '480',
    'height': '300',
    'provider': 'video',
    'file': 'http://85.132.71.4:1935/turktv/ntv.sdp/playlist.m3u8',
    'image': 'http://dev.landgraaf.net/webcam.jpg',
    'bufferlength':5,
    'modes': [
        {type: 'flash', src: 'http://dev.landgraaf.net/player.swf'},
        {
          type: 'html5',
          config: {
          levels: [ {'file': 'http://85.132.71.4:1935/turktv/ntv.sdp/playlist.m3u8'} ],
           'provider': 'video',
           'x-webkit-airplay': 'allow'
          }
        }
    ]
  });
</script>

</body>
</html>

M3U8在JW5中不以Flash模式运行。你需要JW6。以下是更多信息-http://www.longtailvideo.com/support/jw-player/28856/using-apple-hls-streaming,如果您想试用我们,请联系我们-http://www.jwplayer.com/contact-us/

相关内容

  • 没有找到相关文章

最新更新