如果播放器是 HTML5,我们可以安全地提供内容(视频/图像)吗?
我有一个用 silverlight 编写的自定义多媒体播放器,可以显示图像和视频。正如您所猜测的,很多人没有 silverlight,并希望我们使用更好的技术。
我热衷于 HTML5,但很少担心:
如何避免用户将内容下载到本地计算机?我只是希望他们在想要查看时从服务器流式传输。
如何避免用户复制粘贴所有播放器代码,因为它只是 HTML/JS?
有没有办法可以在 HTML5 中进行自适应流?
I have a custom multi-media player written in silverlight which displays both images and video. As you can guess, lot of people do not have silverlight and want us to use a better tech.
I am keen on HTML5, but then few concerns:
How do i avoid users to download content to their local machines? I just want them to stream from servers when they want to view it.
How do i avoid users to copy paste all the player code, as its just HTML/JS?
Is there a way we can do adaptive streaming in HTML5?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您所关心的问题的答案是:
如果这些是您的主要问题,那么 HTML5 视频不是您正在寻找的解决方案。您可能会发现此邮件列表主题很有趣,这只是这个问题被提出的多次之一,但有一些很好的长解释。
The answers to your concerns are:
If these are your primary concerns, then HTML5 video is not the solution you are looking for. You may find this mailing list thread interesting, just one of many times the issue has been raised but with some nice long explanations.