Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
0e2052d5
Commit
0e2052d5
authored
Mar 17, 2008
by
Ilkka Ollakka
Browse files
Tell that dst-parameter overrides new bind/path parameters.
parent
80a74d66
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/stream_out/standard.c
View file @
0e2052d5
...
...
@@ -45,15 +45,15 @@
"Muxer to use for the stream." )
#define DEST_TEXT N_("Output destination")
#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_LONGTEXT N_( \
"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_LONGTEXT N_( \
"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_LONGTEXT N_( \
"This allows you to specify a name for the session, that will be announced "\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment