I want to send some streams from the server and get the sdp file at the client.
I have some questions:
1) does VLC create SDP file when it sends the stream? If yes, what's the name of that SDP file and where can I find it?
2)How can I receive it at the client?
The following are some command:
on the server:
vlc input_stream --sout '#rtp{dst=192.168.0.12,port=1234,sdp=http://server:8080/test.sdp}'
on the client:
vlc http://server:8080/test.sdp
I get confused about the server address(sdp = http://server:8080/test.sdp), is it the localhost address? and the name test.sdp?
ok, please help me with those questions.
thank you!
pp