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
6b80f758
Commit
6b80f758
authored
Jul 18, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/protocols: apply misc fixes to the UDP protocol section
parent
dd13da67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
protocols.texi
doc/protocols.texi
+8
-7
No files found.
doc/protocols.texi
View file @
6b80f758
...
@@ -554,8 +554,9 @@ The required syntax for a UDP url is:
...
@@ -554,8 +554,9 @@ The required syntax for a UDP url is:
udp://@var{hostname}:@var{port}[?@var{options}]
udp://@var{hostname}:@var{port}[?@var{options}]
@end example
@end example
@var{options} contains a list of &-seperated options of the form @var{key}=@var{val}.
@var{options} contains a list of &-separated options of the form @var{key}=@var{val}.
Follow the list of supported options.
The list of supported options follows.
@table @option
@table @option
...
@@ -564,7 +565,7 @@ Set the UDP socket buffer size in bytes. This is used both for the
...
@@ -564,7 +565,7 @@ Set the UDP socket buffer size in bytes. This is used both for the
receiving and the sending buffer size.
receiving and the sending buffer size.
@item localport=@var{port}
@item localport=@var{port}
override the local UDP port to bind with
Override the local UDP port to bind with.
@item localaddr=@var{addr}
@item localaddr=@var{addr}
Choose the local IP address. This is useful e.g. if sending multicast
Choose the local IP address. This is useful e.g. if sending multicast
...
@@ -572,13 +573,13 @@ and the host has multiple interfaces, where the user can choose
...
@@ -572,13 +573,13 @@ and the host has multiple interfaces, where the user can choose
which interface to send on by specifying the IP address of that interface.
which interface to send on by specifying the IP address of that interface.
@item pkt_size=@var{size}
@item pkt_size=@var{size}
set the size in bytes of UDP packets
Set the size in bytes of UDP packets.
@item reuse=@var{1|0}
@item reuse=@var{1|0}
explicitly allow or disallow reusing UDP sockets
Explicitly allow or disallow reusing UDP sockets.
@item ttl=@var{ttl}
@item ttl=@var{ttl}
set the time to live value (for multicast only)
Set the time to live value (for multicast only).
@item connect=@var{1|0}
@item connect=@var{1|0}
Initialize the UDP socket with @code{connect()}. In this case, the
Initialize the UDP socket with @code{connect()}. In this case, the
...
@@ -608,7 +609,7 @@ Survive in case of UDP receiving circular buffer overrun. Default
...
@@ -608,7 +609,7 @@ Survive in case of UDP receiving circular buffer overrun. Default
value is 0.
value is 0.
@end table
@end table
Some usage examples of the
udp
protocol with @command{ffmpeg} follow.
Some usage examples of the
UDP
protocol with @command{ffmpeg} follow.
To stream over UDP to a remote endpoint:
To stream over UDP to a remote endpoint:
@example
@example
...
...
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