HLS Quality selection from a m3u8 File
Hi All,
I cant seem to find anywhere to set this so thought I would ask.
I have a m3u8 File with Multiple streams, each is a m3u8 file splitting the video into multiple chunks.
Now what I want to do is set a default quality on player initialize.
By this I mean there are the following bit rates (2600,1600,1000,900) and I have labled this with
hlslabels:{
"2600":"720p",
"1600":"480p",
"1000":"360p",
"900":"180p",
}
Now how can i set the player to when starting to use 2600 and not auto by default?
-Digi