X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fdemux%2Flive555.cpp;h=fbbad33e91820735fe13d2fad54f99f9dfe11097;hb=edbf8929a44ff4608df091486ebad398cdc4a147;hp=57c76ed96e7369ae6d8002fd4eb8b45ecf9be135;hpb=0aa802a973f02c361fd12dd36a2c35c9da6ace4c;p=vlc diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp index 57c76ed96e..fbbad33e91 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 )