You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set hls_startfromlevel=0 the player is playing the lowest bitrate version (ie the 64k audio), but it's not playing the "lowest non-audio bitrate" version.
Expected behavior: hls_startfromlevel=0 should result in a video level to play.
Actual behavior: hls_startfromlevel=0 results in the audio level playing.
When I set
hls_startfromlevel=0
the player is playing the lowest bitrate version (ie the 64k audio), but it's not playing the "lowest non-audio bitrate" version.Expected behavior: hls_startfromlevel=0 should result in a video level to play.
Actual behavior: hls_startfromlevel=0 results in the audio level playing.
Page to reproduce: http://rawgit.com/tommyh/7cb64812be249660e8bd/raw/d45b964ed8ab3109375a7b65e63de7651876ec27/hls_startfromlevel_0.html
My m3u8 file is:
Does this issue mean:
CODECS
attribute?)Note 1: Our hls video is being encoded by zencoder, if that makes a difference.
Note 2: To make sure #351 is not messing up my test for
hls_startfromlevel
I have also made a page withhls_startfromlevel=1
and that page appears to function correctly by giving the highest bitrate channel: http://rawgit.com/tommyh/7cb64812be249660e8bd/raw/d45b964ed8ab3109375a7b65e63de7651876ec27/hls_startfromlevel_1.htmlThe text was updated successfully, but these errors were encountered: