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?
↧