Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
d3aa04b1
Commit
d3aa04b1
authored
Oct 27, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/protocols/rtp: apply misc fixes
Partially suggested-by Burek Pekaric <burek021@gmail.com>.
parent
21f22908
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
protocols.texi
doc/protocols.texi
+9
-6
No files found.
doc/protocols.texi
View file @
d3aa04b1
...
...
@@ -594,7 +594,7 @@ ffplay "rtmp://myserver/live/mystream live=1"
@section rtp
Real-
Time
Protocol.
Real-
time Transport
Protocol.
The required syntax for an RTP URL is:
rtp://@var{hostname}[:@var{port}][?@var{option}=@var{val}...]
...
...
@@ -606,7 +606,7 @@ The following URL options are supported:
@table @option
@item ttl=@var{n}
Set the TTL (Time-To-L
ea
ve) value (for multicast only).
Set the TTL (Time-To-L
i
ve) value (for multicast only).
@item rtcpport=@var{n}
Set the remote RTCP port to @var{n}.
...
...
@@ -634,8 +634,11 @@ List disallowed (blocked) source IP addresses.
Send packets to the source address of the latest received packet (if
set to 1) or to a default remote address (if set to 0).
@item localport=@var{n} (DEPRECATED)
Set the local port to @var{n}.
@item localport=@var{n}
Set the local RTP port to @var{n}.
This is a deprecated option. Instead, @option{localrtpport} should be
used.
@end table
...
...
@@ -644,11 +647,11 @@ Important notes:
@enumerate
@item
i
f @option{rtcpport} is not set the RTCP port will be set to the RTP
I
f @option{rtcpport} is not set the RTCP port will be set to the RTP
port value plus 1.
@item
If @option{localport} (the local RTP port) is not set any available
If @option{local
rtp
port} (the local RTP port) is not set any available
port will be used for the local RTP and RTCP ports.
@item
...
...
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