-1
我從相機RTSP流:VLC streamng到HTML5
rtsp://666666:[email protected]:554/cam/realmonitor?channel=1&subtype=0
和VLC其識別(CTRL + N - >粘貼 - >它顯示)。
現在我想使用VLC流入FLV(或HTML5 OGG)。 嘗試此命令行:
"c:\Program Files (x86)\VideoLAN\VLC\vlc.exe" rtsp://666666:[email protected]:554/cam/realmonitor?channel=1&subtype=0 --sout '#transcode{vcodec=FLV1,vb=2048,fps=25,scale=1,acodec=none,deinterlace}:http{mime=video/x-flv,mux=ffmpeg{mux=flv},dst=127.0.0.1:8090/device_1.flv}' :no-sout-standard-sap :ttl=5 -sout-keep -no-audio -video -no-sout-audio
現在VLC無法識別流地址:
VLC could not connect to "666666:554". Input stream cannot be opened
我做錯了嗎?
此網站用於編程問題。我們不是一般的軟件技術支持。 –
第二版命令行:'「c:\ Program Files(x86)\ VideoLAN \ VLC \ vlc.exe」-I dummy -vvv rtsp:// 666666:[email protected]:554/cam/realmonitor?channel = 1&subtype = 0 --sout「#standard {access = http,dst =:8080/output.mp4}」'這次我得到了帶有日誌的窗口,但也帶有錯誤。運行這個命令重新創建(這將更容易在這裏把這一切)。 – user2869150