Stream a file with rtp
Posted: 23 Jul 2008 18:30
Hi,
I get troubles trying to stream a file through RTP. I followed the wiki instructions, UDP streaming is working well but when I try on one machine :
and I get a lot of these lines :
On the other machine trying a :
make it crash with no error in the console (only GNOME is complaining).
I would like to try without sending a SDP description, how do I do that ?
I get troubles trying to stream a file through RTP. I followed the wiki instructions, UDP streaming is working well but when I try on one machine :
Code: Select all
vlc -vvv myfile.avi --sout '#rtp{dst=ipdest,port=1234,sdp=rtsp://ipsrc:8080/test.sdp}'
Code: Select all
[00000337] access_output_udp private warning: send error: Connection refused
Code: Select all
vlc rtsp://ipsrc:8080/test.sdp
I would like to try without sending a SDP description, how do I do that ?