I know from VideoLAN news that VLC 0.8.0 supports sdp file generation, but I don't know how to make VLC generate it. I added it to the rtp module, and got the following log:
stream_out_duplicate debug: * adding `std{access=rtp,mux=ts,url=127.0.0.1:12345,sdp=C:\abc.sdp}'
main debug: stream=`std'
main debug: looking for sout stream module
main debug: probing 1 candidate
main debug: set sout option: sout-standard-access to rtp
main debug: set sout option: sout-standard-mux to ts
main debug: set sout option: sout-standard-url to 127.0.0.1:12345
main warning: option sdp is unknown
stream_out_standard debug: creating `rtp/ts://127.0.0.1:12345'
stream_out_standard debug: extention is 1:12345
stream_out_standard debug: extention -> mux=(null)
stream_out_standard debug: using `rtp/ts://127.0.0.1:12345'
Could you tell me how to do that?
To send the stream to Darwin Stream Server, do I have to specify Darwin's IP, and copy the generated sdp file to Darwin server? Which audio & video codec are better for Darwin?
Appreciate your help,
Derek