admin管理员组文章数量:1023838
i can't speak english good sorry for this =)
I have a web site for live stream. I use JWPlayer.
Video runs smoothly on a puter (Chrome).
But getting such an error in android devices.
This is error's SS
<script type="text/javascript">
jwplayer('playerjxASSdasni').setup({
'id': 'playerID',
'width': '100%',
'height': '600',
'file': 'www.yyy:8080/live/asas.m3u8',
'androidhls': 'true',
'image': '/thumbs/bunny.jpg',
'modes': [
{type: 'html5',},
{type: 'flash', src: 'jwplayer/player.swf'},
{type: 'download'}
]});
</script>
It works fine on the puter
But why on android chrome also gives an error
I can't fix this.
And i find this Ext Response Pic but i dont know what i can for fix this error.
Thanks
i can't speak english good sorry for this =)
I have a web site for live stream. I use JWPlayer.
Video runs smoothly on a puter (Chrome).
But getting such an error in android devices.
This is error's SS
<script type="text/javascript">
jwplayer('playerjxASSdasni').setup({
'id': 'playerID',
'width': '100%',
'height': '600',
'file': 'www.yyy.:8080/live/asas.m3u8',
'androidhls': 'true',
'image': '/thumbs/bunny.jpg',
'modes': [
{type: 'html5',},
{type: 'flash', src: 'jwplayer/player.swf'},
{type: 'download'}
]});
</script>
It works fine on the puter
But why on android chrome also gives an error
I can't fix this.
And i find this Ext Response Pic but i dont know what i can for fix this error.
Thanks
- Have you found a solution? – pykiss Commented May 21, 2018 at 8:24
1 Answer
Reset to default 2I had the same error. It was caused by wrong file extension. This was my code:
var playerInstance = jwplayer("test-jwplayer-adaptive");
playerInstance.setup({
type: "hls",
file: "http://example./adaptive-1.mp4", //A link to the HLS manifest
mediaid: "xxxxYYYY" // MediaID generated by our platform in order to take advantage of our analytics
});
The fix was changing .mp4 to .m3u8 file format.
i can't speak english good sorry for this =)
I have a web site for live stream. I use JWPlayer.
Video runs smoothly on a puter (Chrome).
But getting such an error in android devices.
This is error's SS
<script type="text/javascript">
jwplayer('playerjxASSdasni').setup({
'id': 'playerID',
'width': '100%',
'height': '600',
'file': 'www.yyy:8080/live/asas.m3u8',
'androidhls': 'true',
'image': '/thumbs/bunny.jpg',
'modes': [
{type: 'html5',},
{type: 'flash', src: 'jwplayer/player.swf'},
{type: 'download'}
]});
</script>
It works fine on the puter
But why on android chrome also gives an error
I can't fix this.
And i find this Ext Response Pic but i dont know what i can for fix this error.
Thanks
i can't speak english good sorry for this =)
I have a web site for live stream. I use JWPlayer.
Video runs smoothly on a puter (Chrome).
But getting such an error in android devices.
This is error's SS
<script type="text/javascript">
jwplayer('playerjxASSdasni').setup({
'id': 'playerID',
'width': '100%',
'height': '600',
'file': 'www.yyy.:8080/live/asas.m3u8',
'androidhls': 'true',
'image': '/thumbs/bunny.jpg',
'modes': [
{type: 'html5',},
{type: 'flash', src: 'jwplayer/player.swf'},
{type: 'download'}
]});
</script>
It works fine on the puter
But why on android chrome also gives an error
I can't fix this.
And i find this Ext Response Pic but i dont know what i can for fix this error.
Thanks
- Have you found a solution? – pykiss Commented May 21, 2018 at 8:24
1 Answer
Reset to default 2I had the same error. It was caused by wrong file extension. This was my code:
var playerInstance = jwplayer("test-jwplayer-adaptive");
playerInstance.setup({
type: "hls",
file: "http://example./adaptive-1.mp4", //A link to the HLS manifest
mediaid: "xxxxYYYY" // MediaID generated by our platform in order to take advantage of our analytics
});
The fix was changing .mp4 to .m3u8 file format.
本文标签: javascriptCannot Load m3u8 no EXTm3u delimiter JWPlayer ErrorStack Overflow
版权声明:本文标题:javascript - Cannot Load m3u8: no EXTm3u delimiter JWPlayer Error - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745528003a2154616.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论