Hello, i have jwplayer premium with ability to play m3u8 playlists.
I’m trying to play this link: removed
It works in vlc but it can’t run in jwplayer, why is that?
I see that it is generating 1 of 3 links (depends on the connection speed), is there way to restream this via ffmpeg to rtmp on another server and play?
Kind Regards
Hello there,
Can you please provide a sample of the code you are using for JW Player.
Also, be sure you have carefully reviewed this article:
How to use JW Player with Wowza Streaming Engine
If you are attempting adaptive bit rate streaming you should review this article as well:
How to use JW Player with adaptive bitrate streaming from Wowza Streaming Engine
Salvadore
Hi,
Your link looks OK. I used the following HTML and it played back fine:
<script src="http://jwpsrv.com/library/myjwplayerkey.js"></script>
<div id="myElement"></div>
<script>
jwplayer("myElement").setup({
file: "http://217.113.227.239/kuchnia/kuchnia.m3u8",
width: 640,
height: 360
});
</script>
Can you post your JWPlayer code?
Paul