How to Change Live Broadcast in control Bar in jWplayer 7

517 Views Asked by At

I need to change the text "Live Broadcast" in my live Streaming with title of the Live stream. How can i achieved this. I am newer in jwplayer. Any help would be appreciatable.

Thanks in advance

1

There are 1 best solutions below

3
On

Are you seeing this in the player or as part of the stream? You can add a title to your source when you set up a player.

<div id="myElement">Loading the player...</div>
<script type="text/javascript">
var playerInstance = jwplayer("myElement");
playerInstance.setup({
    file: "//example.com/uploads/myVideo.mp4",
    title: 'Basic Video Embed',
    description: 'A video with a basic title and description!',
});
</script>

https://support.jwplayer.com/customer/en/portal/articles/1406723-basic-video-embed