[MPlayer-dev-eng] [PATCH] RTSP/RTP over HTTP (second try)

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Jun 8 21:20:01 CEST 2010


On Tue, Jun 08, 2010 at 09:48:47AM +0200, Malte Särner wrote:
> @@ -101,6 +101,9 @@
>  
>  #ifdef CONFIG_LIVE555
>      {"sdp", "-sdp has been removed, use sdp://file instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
> +    {"rtsp-stream-over-http", &rtsp_transport_http, CONF_TYPE_FLAG, 0, 0, 1, NULL},
> +#else
> +    {"rtsp-stream-over-http", "-rtsp-stream-over-http requires the \"LIVE555 Streaming Media\" library.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
>  #endif /* CONFIG_LIVE555 */

Any volunteer to make this also work for the libavformat RTSP code,
since it just recently got support for that?
I think you need to append the "http" option to the URL for that...



More information about the MPlayer-dev-eng mailing list