[vlc-devel] commit: live555: Mark --rtsp-tcp 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> | Fri May 1 15:32:37 2009 +0200| [edbf8929a44ff4608df091486ebad398cdc4a147] | committer: Jean-Paul Saman
live555: Mark --rtsp-tcp as safe.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=edbf8929a44ff4608df091486ebad398cdc4a147
---
modules/demux/live555.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index 57c76ed..fbbad33 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -110,6 +110,7 @@ vlc_module_begin ()
add_bool( "rtsp-tcp", 0, NULL,
N_("Use RTP over RTSP (TCP)"),
N_("Use RTP over RTSP (TCP)"), true )
+ change_safe()
add_integer( "rtp-client-port", -1, NULL,
N_("Client port"),
N_("Port to use for the RTP source of the session"), true )
More information about the vlc-devel
mailing list