Commit 0e2052d5 authored by Ilkka Ollakka's avatar Ilkka Ollakka

Tell that dst-parameter overrides new bind/path parameters.

parent 80a74d66
...@@ -45,15 +45,15 @@ ...@@ -45,15 +45,15 @@
"Muxer to use for the stream." ) "Muxer to use for the stream." )
#define DEST_TEXT N_("Output destination") #define DEST_TEXT N_("Output destination")
#define DEST_LONGTEXT N_( \ #define DEST_LONGTEXT N_( \
"Destination (URL) to use for the stream." ) "Destination (URL) to use for the stream. Overrides path and bind parameters" )
#define BIND_TEXT N_("address to bind to (helper setting for dst)") #define BIND_TEXT N_("address to bind to (helper setting for dst)")
#define BIND_LONGTEXT N_( \ #define BIND_LONGTEXT N_( \
"address:port to bind vlc to listening incoming streams "\ "address:port to bind vlc to listening incoming streams "\
"helper setting for dst,dst=bind+'/'+path" ) "helper setting for dst,dst=bind+'/'+path. dst-parameter overrides this" )
#define PATH_TEXT N_("filename for stream (helper setting for dst)") #define PATH_TEXT N_("filename for stream (helper setting for dst)")
#define PATH_LONGTEXT N_( \ #define PATH_LONGTEXT N_( \
"Filename for stream "\ "Filename for stream "\
"helper setting for dst, dst=bind+'/'+path" ) "helper setting for dst, dst=bind+'/'+path, dst-parameter overrides this" )
#define NAME_TEXT N_("Session name") #define NAME_TEXT N_("Session name")
#define NAME_LONGTEXT N_( \ #define NAME_LONGTEXT N_( \
"This allows you to specify a name for the session, that will be announced "\ "This allows you to specify a name for the session, that will be announced "\
......
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