> I use vlc 1.1.3 Luggage for see video.
> I successfully connect to stream use RTSP URL,
> but I can't see stream via HTTP URL, server return "HTTP/1.1 405 Method
> Not Allowed".
To access a stream using RTSP-over-HTTP, you must still use a "rtsp://" URL,
*not* a "http://"; URL.
For example, us
Hello!
I use live555 2014.01.29.
I configure RTSP server on support HTTP and after start it I see what it
bind on rtsp and http port.
I use vlc 1.1.3 Luggage for see video.
I successfully connect to stream use RTSP URL,
but I can't see stream via HTTP URL, server return "HTTP/1.1 405 Method
Not Al
Would you be interested in pulling this back into your baseline??
Feel free to post a patch file (made against the most recent version
of the code) to the mailing list. However, I don't know when I'll be
working on this...___
live-devel mailing list
Hi Ross,
I don't know if you've made any progress on RTP/RTSPoverHTTP...
I took your RTP/RTSPOverHTTP skeleton (from 2009.11.27) and came up
with an implementation that is working reasonably well...including
bi-directional RTCP reports.
I've encountered a few issues along the way that