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

Custom text for "Live broadcast" and other scenarios


Hello,
we need the same feature as explained on this former question:

https://support.jwplayer.com/customer/portal/questions/6244007-live-broadcast-text

We would need to be able to customize the text "Live broadcast"...
Plus the other texts that are injected inside the 'jw-text-alt' node such as "Loading ad".

Right now, the only way we can achievr this is by changing it inside the source code of jwplayer itself.
We should be able to change it via an additional parameter in the player configuration, leaving the source code untouched.

Can you help ?

Thank you very much.

2 Community Answers

George

JW Player Support Agent  
-3 rated :

This should be possible using regular javascript.

document.getElementsByClassName(“jw-text-alt”)0.innerHTML=“I’m a live stream”;

seba

User  
3 rated :

Of course it's possible. But it's not clean, not clearly documented, we should have localized strings available in settings or localization settings...

This question has received the maximum number of answers.