如何将视频添加到我的网站?
我有一个网站,现在我需要向该网站添加屏幕投射(电影为 ogg 格式)。
所有视频的大小均小于 1MB。
我不想在我的网站上使用 YouTube 等第三方播放器。
我怎样才能实现这个目标?
I have a website, Now I need to add screen-casting (the movies are in ogg format) to that site.
All videos are less than 1MB in size.
I don't want to use third party players like youtube on my site.
How can I achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试查看视频标签,注意浏览器支持:
http://diveintohtml5.ep.io/video .html
Try looking into the video tag, take note of the browser support:
http://diveintohtml5.ep.io/video.html
我喜欢 Flowplayer,但是,您需要将 OGG 转换为 FLV 等格式。 ffmpeg 命令行工具可以很容易地做到这一点。
I like Flowplayer, however, you would need to convert your OGG to something like FLV. The ffmpeg command line tool can do this quite easily.
下载免费工作室,您将在那里找到带有代码示例的解决方案。
在此页面的左下角,您可以看到它的外观。
Download FREE STUDIO and you'll find solution there with code example.
Bottom-left on this page you can see how it looks like.