
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)
영상을 녹화하고 있는데 소리가 들리지 않습니다.
이러한 오류는 오디오가 없는 것과 관련이 있습니까? 이는 무엇을 의미하며 어떻게 해결합니까?