
Still Have Issue With HLS Streams of Same Resolution
I recently upgraded my installation of JW Player from 7.7.1 to 7.7.4
The release notes for 7.7.3 has only the following entry:
Fixed an issue in HLS where streams that had the same resolution but different bitrates were filtered out as redundant fallback streams. HD menu will now display these streams and their respective bitrate.
This was an issue I was experiencing, and I was looking forward to this being fixed; but it is still happening for me using 7.7.4.
If I change the resolution of one of them (i.e. instead of 640x360 I have 639x360) then they both show up, but if they both have the same resolution then the second one doesn't appear.
Here is a sample of my m3u8 file:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=676000,RESOLUTION=640x360,NAME="High"
http://URL-TO-VIDEO
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=400000,RESOLUTION=640x360,NAME="Medium"
http://URL-TO-VIDEO
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=192000,RESOLUTION=320x180,NAME="Low"
http://URL-TO-VIDEO
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=96000,RESOLUTION=320x180,NAME="Ultra Low"
http://URL-TO-VIDEO
The above gives me just "High" and "Low".
If I change "Medium" to 639x360 then it shows up, and if I change "Ultra Low" to 319x180 then it also shows up.