HTML5 自定义视频播放器
我正在开发一个网络应用程序,它将视频流传输给用户,用户将与视频进行交互,例如识别特定时间戳上的事件,然后可能将其与视频一起存储在数据库中。我继续使用 HTML5,因为它是新的,并且与平板电脑和智能手机兼容。 (iPad 等)。我的问题是,HTML5 提供这种定制吗?还是仅在 Flash 上完成?是否有关于 HTML5 视频的特定 API 文档? (这一切都基于 ruby on Rails,但我不明白这有多重要)
I am developing a web app that will stream videos to a user, and the user will interact with the videos, for example recognize events on a specific timestamp, and then possibly store that in a database along with the video. I am going on with HTML5 because it is new, and compatible with tablets and smartphones. (iPad etc etc..). My question is that, does HTML5 offers this kind of customization ? or is it done only on Flash? And is there like a specific API Documentation about HTML5 video ?
(It will be all based on ruby on rails, but I don't see how that matters)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以使用 JavaScript。但我建议使用 已经制作的一个
There are possibility’s to customize with JavaScript. But I would recommend to use an already made one