如何在jWplayer 7的控制栏中更改实时广播



我需要将直播中的文本"直播"更改为直播标题。我怎样才能做到这一点。我是jwplayer的新人。任何帮助都是值得赞赏的。

提前致谢

您是否在播放器中看到此内容或将其作为流的一部分?您可以在设置播放器时向源添加标题。

<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

相关内容

  • 没有找到相关文章

最新更新