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

HLS Multiple Bitrate Setup


Hi, I'm using wowza, but my smil files are generated outside of wowza server. This works fine for RTMP, however I can't find out a way to make HLS playlist. I tried this:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=214000,NAME="720p HD"
http://xxx.xxx.xxx.xxx:1935/app/_definst_/mp4:high_video.mp4/chunklist.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=96000,NAME="360p SD"
http://xxx.xxx.xxx.xxx:1935/app/_definst_/mp4:low_video.mp4/chunklist.m3u8

But it doesn't work. I can play those two streams separately using either chunklist, or playlist. Is there an easy way to give JWPLayer two HLS streams that work, and let it decide which one to play based on user bandwidth?

1 Community Answers

George

JW Player Support Agent  
0 rated :

You should configure your stream to be a multirate stream itself. Have a look here:
http://support.jwplayer.com/customer/en/portal/articles/1430240-hls-adaptive-streaming

This question has received the maximum number of answers.