Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

HLS labels


Hi, I have been trying to get modify the hlslabels, but they don't apply to the player:

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=239000,RESOLUTION=384x216,CODECS="avc1.77.30, mp4a.40.2"

I have tried this:
hlslabels: {
'239' : 'Low'
}

or
hlslabels: {
'239000': 'Low'
}

or
hlslabels: {
'2390': 'Low'
}

In either case, I see '216p'.
Is there something that I'm missing?

Thanks

5 Community Answers

v...

User  
0 rated :

Forgot to mention: I am using version 7.8.2

Heidi

JW Player Support Agent  
0 rated :

Currently hls labels are now working in html5 rendering mode. This may still work in Flash, have you tried it?

v...

User  
0 rated :

They do work in flash, but I need to change them for html5. Do you know when will this be available?

it

User  
0 rated :

Try to add NAME attribute to EXT-X-STREAM-INF of hls playlist
like:
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=239000,RESOLUTION=384x216,CODECS="avc1.77.30, mp4a.40.2",NAME="Low"

Heidi

JW Player Support Agent  
0 rated :

At this time hls labels in html5 are not working for our latest version. We are currently updating this, please expect see this working by the end of January.

This question has received the maximum number of answers.