Hi,
I just tried generating SDP from a local file as in this post viewtopic.php?t=16599
vlc -vvv file:///c://sample_100kbit.mp4 --sout=#rtp{dst=127.0.0.1,port=24000,sdp=file://C:/sample.sdp}
But if I want a SDP file generated with an UDP source, how can that be done?
I tried
vlc -vvv udp://@:5000 --sout=#rtp{dst=127.0.0.1,port=24000,sdp=file://C:/sample.sdp}
but the sdp file did not get generated.
The udp source is MPEG2 TS btw