gpt4 book ai didi

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

转载 作者:太空宇宙 更新时间:2023-11-04 13:19:12 25 4
gpt4 key购买 nike

我在网络上进行了很长时间的搜索后构建了这段代码,其中充满了尝试与各种玩家一起玩这个游戏的失败,

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/

关于html - 在没有rtmp的情况下在jwplayer上播放m3u8文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20547564/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com