From 713ca60492068737f747930b2c4a235da4f0dc87 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Sun, 3 May 2009 20:00:24 +0200 Subject: [PATCH] live555: Mark --rtsp-{http,mcast} as safe. --- modules/demux/live555.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp index fbbad33e91..414c51fcda 100644 --- a/modules/demux/live555.cpp +++ b/modules/demux/live555.cpp @@ -117,9 +117,11 @@ vlc_module_begin () add_bool( "rtsp-mcast", false, NULL, N_("Force multicast RTP via RTSP"), N_("Force multicast RTP via RTSP"), true ) + change_safe() add_bool( "rtsp-http", 0, NULL, N_("Tunnel RTSP and RTP over HTTP"), N_("Tunnel RTSP and RTP over HTTP"), true ) + change_safe() add_integer( "rtsp-http-port", 80, NULL, N_("HTTP tunnel port"), N_("Port to use for tunneling the RTSP/RTP over HTTP."), -- 2.20.1