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

时间:2013-12-12 15:31:42

标签: html5 flash video-streaming 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>

1 个答案:

答案 0 :(得分:0)

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