Stream only audio from (Hikvision) IP camera
Posted: 27 Jun 2019 10:41
Hello,
I would like to stream audio only from a stream produced by an Interlogix (Hikvision) IP camera.
With I get
<log moved to pastebin>https://pastebin.com/CYKfFue8</pastebin>
where the operative result is that it
Where is this going wrong?
I would like to stream audio only from a stream produced by an Interlogix (Hikvision) IP camera.
With
Code: Select all
cvlc -vv rtsp://10.168.0.201:64001/Streaming/Channels/1 :sout-mux-caching=1000000 --vout none --sout "#transcode{acodec=ogg,ab=128,aenc=ffmpeg:http{mux=ogg,dst=:8080/}"
<log moved to pastebin>https://pastebin.com/CYKfFue8</pastebin>
where the operative result is that it
andcould not create the chain
.cannot start stream output instance, aborting
Where is this going wrong?