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
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
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