Page 1 of 1

RTSP over HTTP

Posted: 31 Oct 2006 12:42
by diptendu
Hello,

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
I was expecting to see VLC send the video stream over port 80 but I can still see

Code: Select all

m=video 1232 RTP/AVP 96
in the message window.

How can I get RTSP to work over HTTP?

Regards.

Posted: 01 Nov 2006 08:20
by robc
RTSP and HTTP, while similar in construct and format, are both application layer protocols - HTTP cannot encapsulate RTSP (or vice versa)

Posted: 01 Nov 2006 16:38
by Teetrinker
As far as I know RTSP over HTTP is only supported at client side by VLC.