Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道当没有活动的 rtmp 连接时如何“不显示”我的 jwplayer。我在 wordpress 中有一个页面设置,但只想在它们上线时显示活动的视频播放器?
对于 jwplayer 6,您可以使用jwplayer().onError检查流是否未激活,并向用户显示图像/视频/文本错误消息。您可以添加setTimeout()尝试每 x 秒重新加载页面。您还可以在内部操作 DOMjwplayer().onError以隐藏播放器或显示带有消息的另一个 div。
jwplayer().onError
setTimeout()