如何在网页上播放视频? H.264 格式的 VLC 播放器?或嵌入视频查看器

发布于 2024-10-06 12:49:58 字数 129 浏览 9 评论 0原文

我想知道是否有一种方法可以将某种视频查看器(例如 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

慕烟庭风 2024-10-13 12:49:58

如果您有 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.

岁月静好 2024-10-13 12:49:58

付费:解决方案是实时 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.

秉烛思 2024-10-13 12:49:58

您可以轻松地使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文