你是在播放器中看到这个还是作为流的一部分?您可以在设置播放器时为源添加标题。
<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