Documentation:Modules/udp
Jump to navigation
Jump to search
Contents
Access
Module: udp | |
---|---|
Type | Access |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | UDP input |
Shortcut(s) | udp , udpstream , udp4 , udp6
|
The options --server-port
and --udp-buffer
were deprecated in 2.0.0 and 3.0.0. --udp-timeout
was added in 3.0.0.
Access output
Module: udp | |
---|---|
Type | Access output |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | UDP stream output |
Shortcut(s) | udp
|
- sout-udp-caching <integer> : Default caching value for outbound UDP streams. This value should be set in milliseconds default value:
DEFAULT_PTS_DELAY / 1000
- sout-udp-group <integer> : Packets can be sent one by one at the right time or by groups. You can choose the number of packets that will be sent at a time. It helps reducing the scheduling load on heavily-loaded systems default value: 1
Source code
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.