如何在网页上播放视频? H.264 格式的 VLC 播放器?或嵌入视频查看器
我想知道是否有一种方法可以将某种视频查看器(例如 VLC 或任何支持 H.264 格式的播放器)嵌入到网络浏览器中。基本上,实时摄像头将提供数据,并且查看器将被配置为从特定的 IP 地址和端口号获取数据。
任何建议表示赞赏, D
I was wondering if there was a way to basically embed some sort of video viewer (ex. VLC or any player that supports H.264 format) into a web browser. Basically, the live cam will feed data, and the viewer will be configured to get the data from a specific IP address and port number.
Any Advice appreciated,
D
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您有 h264 流,则使用 FlowPlayer Flash 播放器会更简单。
您还可以使用此 jquery 插件嵌入 VLC:http://revolunet.github.com/VLCcontrols (需要安装了 VLC activex 或 mozilla 插件)
还要注意一些 IP 网络摄像头(如 AXIS 206/207)提供 MJPEG 流(是的,motion jpeg)或 SWF 流,这非常方便。
If you have a h264 stream, the easier is using the FlowPlayer Flash player.
You can also embed VLC using this jquery plugin : http://revolunet.github.com/VLCcontrols (needs VLC activex or mozilla plugin installed)
Also note some IP webcams (like AXIS 206/207) provides MJPEG streams (yes, motion jpeg) or SWF streams which is very handy.
付费:解决方案是实时 RTMP Flash 流媒体服务。
免费:尝试 Justin.tv。
免费 http://nchsoftware.com/broadcam(唯一的要求是链接回来)
如果您从自己的计算机/服务器进行流式传输,则上行速度将成为瓶颈。
Paid: solutions are Live RTMP Flash Streaming services.
Free: Try Justin.tv.
Free http://nchsoftware.com/broadcam (the only requirement is link back)
If you will stream from your own Computer/server the uplink speed will be bottleneck.
您可以轻松地使用 libvlc 或 libvlcnet(.net 的包装器)将传入流转换为 Flash 流。然后您可以将 Flash 流嵌入到网络上的任何 Flash 播放器中。这样做可以避免在客户端浏览器中安装扩展程序。
You can easily use libvlc or libvlcnet (wrapper for .net) to convert the incoming streaming in a flash streaming. Then you can embed the flash streaming in any flash player in the web. Doing this you avoid the need of instaling extensions to the clients browsers.