I'm streaming video from my Raspberry Pi using this command
Code: Select all
/opt/vc/bin/raspivid -o - -t 0 -hf -w 640 -h 360 -fps 25|cvlc -vvv stream:///dev/stdin --sout '#rtp{dst=192.168.31.254,port:5880,sdp=rtsp://192.168.31.254:8080/test.sdp}' :demux=h264
Is there any configuration to use the RTSP protocol instead of the HTTP?
Thanks a lot!