嘗試將流記錄到檔案時出現 Mux 和解碼器錯誤

嘗試將流記錄到檔案時出現 Mux 和解碼器錯誤

我有一個 IP 攝影機,我想將串流錄製到檔案中。

所以我VLC這樣使用:

cvlc rtsp://192.168.0.150/onvif1 --sout file/ts:new_stream.mp4

我收到這些錯誤:

cvlc rtsp://192.168.0.150/onvif1 --sout file/ts:new_stream.mp4
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
[00000000015c58f8] dummy interface: using the dummy interface module...
[00007ff3dc003258] core mux error: cannot add this stream
[00007ff3dc04ea78] core decoder error: cannot create packetizer output (alaw)

視訊正在錄製,但沒有音訊。

這些錯誤是否與沒有音訊有關?它們是什麼意思以及如何解決它們?

相關內容