Skip to content

update the HLS manifests to advertise 1080

It seems the reason why we're not getting 1080p as an option in the HLS web player is we're not advertising it:

pancho@villa:/tmp$ cat bada.m3u8 
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=288000,RESOLUTION=480x270
bada_low.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=448000,RESOLUTION=720x405
bada_mid.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1152000,RESOLUTION=900x506
bada_high.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2176000,RESOLUTION=1280x720
bada_src.m3u8