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

Remove "Live" Icon


We are upgrading to the new version 8 and would like to remove the default "Live" icon that displays but don't see a way to do this. How do we hide the "Live" icon from displaying?

Thanks
Jay

3 Community Answers

Timoor Kurdi

JW Player Support Agent  
0 rated :

Hi Jay,

My name is Timoor Kurdi and I’m a Support Engineer at JW Player.

Could you please follow the instructions on this page so we can try to reproduce the issue? – https://support.jwplayer.com/customer/en/portal/articles/2186238-troubleshooting-%E2%80%94-creating-a-reproduction-page

Regards,
Timoor Kurdi

jay

User  
0 rated :

Hi Timoor,

It's not really an "issue" but rather default behavior by the JW Player. If you look at one of your demo pages https://developer.jwplayer.com/jw-player/demos/basic/audio-metadata/

In the demo, you'll see the "Live" icon just to the right of the Mute in the player bar. We want to get rid of that.

Thanks
Jay

Timoor Kurdi

JW Player Support Agent  
0 rated :

You need custom CSS.

.jw-icon-live {
display: none;
}

This question has received the maximum number of answers.