[vlc-devel] commit: live555: Mark --rtsp-{http, mcast} as safe. (Jean-Paul Saman )

git version control git at videolan.org
Tue May 5 11:48:48 CEST 2009


vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Sun May  3 20:00:24 2009 +0200| [713ca60492068737f747930b2c4a235da4f0dc87] | committer: Jean-Paul Saman 

live555: Mark --rtsp-{http,mcast} as safe.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=713ca60492068737f747930b2c4a235da4f0dc87
---

 modules/demux/live555.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index fbbad33..414c51f 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."),




More information about the vlc-devel mailing list