I am using VLC 0.9.0-svn
I am trying to get RTSP working over HTTP by using the following
Code: Select all
vlc dshow:\\ :sout=#transcode{vcodec=mp4v,vb=256,scale=0.5}:rtp{dst=192.168.0.39,sdp=rtsp://192.168.0.39/ccc.sdp} --rtsp-http
Code: Select all
m=video 1232 RTP/AVP 96
How can I get RTSP to work over HTTP?
Regards.