Page 1 of 1

VLC RTSP USING HTTP

Posted: 23 Jun 2018 01:16
by gancho93
Hi,

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
Which is already working fine, but even if it's supposed to stream using the rtsp protocol, when I look into the traffic using wireshark, the connection is stablished using an HTTP request, and the packages are sent over UDP, not over RTP and then over UDP.

Is there any configuration to use the RTSP protocol instead of the HTTP?

Thanks a lot!

Re: VLC RTSP USING HTTP

Posted: 24 Jun 2018 23:39
by Jean-Baptiste Kempf
Please share your logs.