RTSP over HTTP
Posted: 31 Oct 2006 12:42
Hello,
I am using VLC 0.9.0-svn
I am trying to get RTSP working over HTTP by using the following
I was expecting to see VLC send the video stream over port 80 but I can still see
in the message window.
How can I get RTSP to work over HTTP?
Regards.
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.