Commit edbf8929 authored by Jean-Paul Saman's avatar Jean-Paul Saman

live555: Mark --rtsp-tcp as safe.

parent 0aa802a9
......@@ -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 )
......
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