Hello,
according to chapter 9 of the vcl howto (RTP streaming section):
in order to stream in RTP we should run:
on the server:
% vlc -vvv input_stream --sout '#rtp{dst=192.168.0.12,port=1234,sdp=http://server.example.org:8080/test.sdp}'
on the client(s), run:
% vlc http://server.example.org:8080/test.sdp
my question is regarding this test.sdp:
suppose my input stream is MPEG2 or MPEG4.
Is ""test.sdp" it a file that I have to generate before running theses commands
and put it in DocumentRoot of the http serever?
If so - how to prepare such a test.sdp
or is it supposed to be generated by running the first (server) command
(I did not find such file generated , but maybe I did something incorrect)
regards
John