Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
318f0eba
Commit
318f0eba
authored
Dec 16, 2009
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vod: cosmetics
parent
1f4e123d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/misc/rtsp.c
modules/misc/rtsp.c
+4
-4
No files found.
modules/misc/rtsp.c
View file @
318f0eba
...
@@ -66,8 +66,8 @@ static void Close( vlc_object_t * );
...
@@ -66,8 +66,8 @@ static void Close( vlc_object_t * );
"interfaces (address 0.0.0.0), on port 554, with no path.\nTo listen " \
"interfaces (address 0.0.0.0), on port 554, with no path.\nTo listen " \
"only on the local interface, use \"localhost\" as address." )
"only on the local interface, use \"localhost\" as address." )
#define THROTLE_TEXT N_( "Maximum number of connections" )
#define THROT
T
LE_TEXT N_( "Maximum number of connections" )
#define THROTLE_LONGTEXT N_( "This limits the maximum number of clients " \
#define THROT
T
LE_LONGTEXT N_( "This limits the maximum number of clients " \
"that can connect to the RTSP VOD. 0 means no limit." )
"that can connect to the RTSP VOD. 0 means no limit." )
#define RAWMUX_TEXT N_( "MUX for RAW RTSP transport" )
#define RAWMUX_TEXT N_( "MUX for RAW RTSP transport" )
...
@@ -90,8 +90,8 @@ vlc_module_begin ()
...
@@ -90,8 +90,8 @@ vlc_module_begin ()
add_string
(
"rtsp-host"
,
NULL
,
NULL
,
HOST_TEXT
,
HOST_LONGTEXT
,
true
)
add_string
(
"rtsp-host"
,
NULL
,
NULL
,
HOST_TEXT
,
HOST_LONGTEXT
,
true
)
add_string
(
"rtsp-raw-mux"
,
"ts"
,
NULL
,
RAWMUX_TEXT
,
add_string
(
"rtsp-raw-mux"
,
"ts"
,
NULL
,
RAWMUX_TEXT
,
RAWMUX_TEXT
,
true
)
RAWMUX_TEXT
,
true
)
add_integer
(
"rtsp-throttle-users"
,
0
,
NULL
,
THROTLE_TEXT
,
add_integer
(
"rtsp-throttle-users"
,
0
,
NULL
,
THROT
T
LE_TEXT
,
THRO
TLE_LONGTEXT
,
true
)
THROT
TLE_LONGTEXT
,
true
)
add_integer
(
"rtsp-session-timeout"
,
5
,
NULL
,
SESSION_TIMEOUT_TEXT
,
add_integer
(
"rtsp-session-timeout"
,
5
,
NULL
,
SESSION_TIMEOUT_TEXT
,
SESSION_TIMEOUT_LONGTEXT
,
true
)
SESSION_TIMEOUT_LONGTEXT
,
true
)
vlc_module_end
()
vlc_module_end
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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