如何将网络 RTSP 参数传递给 VLC

How to pass web RTSP parameters to VLC

你好,我买了一个便宜的 DVR 记录器,我想将视频从网页传递到 VLC。我已经尝试了很多次,但 VLC 显示 BAD MRL。

在网页中一切正常。

<embed src="back.GIF" name="movie1" qtsrc="rtsp://192.168.0.22:554/user=admin&amp;password=&amp;channel=1&amp;stream=1.sdp?real_stream--rtp-caching=100" controller="false" loop="false" scale="tofit" wmode="Transparent" autoplay="true" kioskmode="true" enablejavasript="true" href="javaScript:void(0)" target="Myself" allowfullscreen="true" bgcolor="black" plugin="quicktimeplugin" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/" height="100%" width="100%">

考虑查看 SuperUser 上发布的答案。请参阅 following answer on "How do I find the video stream URL of my security DVR by myself?",它指的是您正在谈论的完全相同的 URL 设置。

谢谢 Wireshark 帮了我的忙。 这是很好的参数!

vlc "rtsp://192.168.0.22:554/user=admin&password=&channel=1&stream=0.sdp?real_stream--rtp-caching=100"