git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
937b383
)
live555: Mark --rtsp-{http,mcast} as safe.
author
Jean-Paul Saman
<jpsaman@videolan.org>
Sun, 3 May 2009 18:00:24 +0000
(20:00 +0200)
committer
Jean-Paul Saman
<jpsaman@videolan.org>
Tue, 5 May 2009 09:41:45 +0000
(11:41 +0200)
modules/demux/live555.cpp
patch
|
blob
|
history
diff --git
a/modules/demux/live555.cpp
b/modules/demux/live555.cpp
index
fbbad33
..
414c51f
100644
(file)
--- 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."),