Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Can`t use HLS


Hello!
I`ve got a big problem with my JWplayer PRO.
I`m try embed HLS video to watch stream online on iOS.

bc.. <script>jwplayer.key="xxxxx";</script>
<script>
jwplayer("movie").setup({
playlist: [{
image: "images/videoblank.png",
sources: [{
file: "http://178.63.34.246/hls/gtr720p.m3u8",
type: "hls"
},{
file: "player/streams.php?name=gtr",
type: "rtmp"
}]
}],
autostart: false,
width: "98%",
height: "95%",
skin: 'bekle',
rtmp: {
bufferlength: 5
},
primary: "flash"
});
</script>

And i will try watch on iOS. JWplayer give error:
bc.. Error loading player:
HTML5 player not found


Player link: http://goodtimeradio.pl/goodtimeplayerv.php or http://goodtimeradio.pl (Please click TV)

Regards

7 Community Answers

JW Player

User  
0 rated :

Swap the sources around to rtmp first

JW Player

User  
0 rated :

This same error...
bc.. <script>jwplayer.key="key...";</script>
<script>
jwplayer("movie").setup({
playlist: [{
image: "images/videoblank.png",
sources: [{
file: "player/streams.php?name=gtr",
type: "rtmp"
},{
file: "http://178.63.34.246/hls/gtr720p.m3u8",
type: "hls"
}]
}],
autostart: false,
width: "98%",
height: "95%",
skin: 'bekle',
rtmp: {
bufferlength: 5
},
primary: "flash"
});
</script>

JW Player

User  
0 rated :

http://178.63.34.246/hls/gtr720p.m3u8 in browser window > File not found

JW Player

User  
0 rated :

Oppps...
This is the correct link: http://178.63.34.246:8880/hls/gtr720p.m3u8
This same error http://iv.pl/images/94666311476269081139.jpg

Regards

JW Player

User  
0 rated :

There is missing script type for the player setup -- ** I do not know if that is 100% required but typically how it is suggested. You only have script tag, try this

<script type='text/javascript'>

JW Player

User  
0 rated :

http://www.longtailvideo.com/support/jw-player/35849/using-hls-streaming

Ethan Feldman

JW Player Support Agent  
0 rated :

http://www.longtailvideo.com/support/jw-player/28856/about-apple-hls-streaming

This question has received the maximum number of answers.