I'm able to stream using the following command:
Code: Select all
cvlc -vvv v4l2:///dev/video0 --sout "#transcode{vcodec=mp4v,vb=600,fps=10,acodec=none}:rtp{sdp=rtsp://:5544/stream.sdp}"
I can pick that stream up on a different machine using vlc with this address:
Code: Select all
rtsp://localhost:5544/stream.sdp
The 58.17 address is the address of my desktop.
The source comes up green in the zm console but I can't get an image when I try to view the stream inside zoneminder.
I suspect it's a format thing.
Any suggestions on how to get this to work?