Page 1 of 1

RTP streaming in windows using command line

Posted: 14 Aug 2007 05:04
by developprograms
I would like to stream using rtp, but i am having issues with the code. I want to stream a file from client to server i put a
-- in front of the code i wrote

on the server, run:
% vlc -vvv input_stream --sout '#rtp{dst=192.168.0.12,port=1234,sdp=rtsp://server.example.org:8080/test.sdp}'
-- vlc -vvv input_stream --sout '#rtp{dst=##.###.##.###,port=1234,sdp=file://c:\HouseMD113-Cursed.avi}'

on the client(s), run:
% vlc rtsp://server.example.org:8080/test.sdp
vlc.exe -vvv input_stream --sout #rtp{dst=12.206.0.57:8084/HouseMD113-Cursed.avi}

If anyone could help me it would be greatly appreciated. I am not wanting to do anything other than stream video from server to client, no transcoding or anything special, just a straight stream of an existing file.

Thanks in advance