Hi,<br><br>If I use following command to stream a file using vlc, it generates a 'sdp' file. <br><br>vlc -I dummy test.mpg --sout #transcode{vcodec=mp4v,vb=400,acodec=mpga,ab=128}:rtp{dst=<a href="http://127.0.0.1">
127.0.0.1</a>,port-video=3342,port-audio=3346,sdp=<a href="file:///mytest2.sdp">file:///mytest2.sdp</a>}<br><br>Can you please tell me where is the vlc code which writes out the sdp file.<br><br>Thank you.<br><br>