视频html5:如何获取当前播放源
在 标签中,如果有很多源(不同的编解码器),我如何知道当前使用 JQuery 播放的源 URL?
我尝试使用 src 属性,但它是空的。
谢谢!
光伏
in a <video>
tag, how can I know the currently played source URL with JQuery if there are many sources (different codec)?
I tried with the src property, but it's empty.
Thanks!
Pv
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最新版本的 HTML5 规范给出了 currentSrc 用于此目的的财产。我不确定是否所有浏览器都支持这一点。
The latest version of the HTML5 spec gives the currentSrc property for this purpose. I'm not sure if all browsers support this.