Commit 713ca604 authored by Jean-Paul Saman's avatar Jean-Paul Saman

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

parent 937b3831
...@@ -117,9 +117,11 @@ vlc_module_begin () ...@@ -117,9 +117,11 @@ vlc_module_begin ()
add_bool( "rtsp-mcast", false, NULL, add_bool( "rtsp-mcast", false, NULL,
N_("Force multicast RTP via RTSP"), N_("Force multicast RTP via RTSP"),
N_("Force multicast RTP via RTSP"), true ) N_("Force multicast RTP via RTSP"), true )
change_safe()
add_bool( "rtsp-http", 0, NULL, add_bool( "rtsp-http", 0, NULL,
N_("Tunnel RTSP and RTP over HTTP"), N_("Tunnel RTSP and RTP over HTTP"),
N_("Tunnel RTSP and RTP over HTTP"), true ) N_("Tunnel RTSP and RTP over HTTP"), true )
change_safe()
add_integer( "rtsp-http-port", 80, NULL, add_integer( "rtsp-http-port", 80, NULL,
N_("HTTP tunnel port"), N_("HTTP tunnel port"),
N_("Port to use for tunneling the RTSP/RTP over HTTP."), N_("Port to use for tunneling the RTSP/RTP over HTTP."),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment