如何获取网络摄像头的 RTSP/RTMP URL 以进行流式传输?
我是媒体流新手,从 Wowza 开始。我想测试从我的网络摄像头(在我的 Dell Inspiron 1545 笔记本电脑上)到其他设备的实时流式传输。 Wowza 的教程告诉我:
输入相机的 RTSP URL 并点击“播放”
如何/在哪里获取此 URL?是特定于操作系统的,还是特定于设备的?默认情况下网络摄像头是否提供 RTSP/RTMP 流,或者我需要为此在计算机上放置一些其他代码/应用程序?
谢谢 !
I am new to media streaming, starting with Wowza. I want to test live streaming from my webcam (on my Dell Inspiron 1545 laptop) to other devices. This tutorial from Wowza tells me :
enter your camera's RTSP URL and click Play
How/Where to get this URL ? Is it OS specific, or device specific ? Does a webcam by default provide a RTSP/RTMP stream, or I need to put some other code/application on my computer for this ?
Thanks !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
网络摄像头只是一个视频捕获设备,应用程序可以从中获取视频/图像。 RTSP/RTMP URL 假定可以使用这两种协议中的任何一种通过网络获取视频(通常为编码格式)。
因此,网络摄像头和 URL 的可用性之间缺少一个步骤:您需要一个应用程序来捕获网络摄像头的视频,对其进行编码并使其在网络上可用。
Web camera is just a video capture device, applications can acquire video/images from. RTSP/RTMP URLs assume that video, typically in encoded format, can be obtained via network, using either of the two protocols.
So there is a missing step between webcam and availability of URLs: you need an application which captures video from the web camera, encodes it and makes it available on network.