Difference between revisions of "Documentation:Modules/sap"
Jump to navigation
Jump to search
(Created stub page, using VLC changelog for information, following the same general format as Documentation:Modules/distort) |
(Expand) |
||
Line 1: | Line 1: | ||
− | + | {{Module|name=sap|type=Services discovery|first_version=0.8.2|description=Network streams ([[SAP]])}} | |
− | {{Module|name=sap|type=Services discovery|first_version=0.8.2|description= | + | |
+ | This module will listen on [[port]] 9875 for SAP announcements. Options <code>sap-ipv4</code> and <code>sap-ipv6</code> have been deprecated since 2.0.0. | ||
+ | |||
+ | == Options == | ||
+ | {{Option | ||
+ | |name=sap-addr | ||
+ | |value=string | ||
+ | |description=The SAP module normally chooses itself the right addresses to listen to. However, you can specify a specific address | ||
+ | }} | ||
+ | {{Option | ||
+ | |name=sap-timeout | ||
+ | |value=integer | ||
+ | |description=Delay after which SAP items get deleted if no new announcement is received | ||
+ | }} | ||
+ | {{Option | ||
+ | |name=sap-parse | ||
+ | |value=boolean | ||
+ | |description=This enables actual parsing of the announces by the SAP module. Otherwise, all announcements are parsed by the "live555" (RTP/RTSP) module | ||
+ | |default=enabled | ||
+ | }} | ||
+ | {{Option | ||
+ | |name=sap-strict | ||
+ | |value=boolean | ||
+ | |description=When this is set, the SAP parser will discard some non-compliant announcements | ||
+ | |default=disabled | ||
+ | }} | ||
+ | |||
+ | == Source code == | ||
+ | * {{VLCSourceFile|modules/services_discovery/sap.c}} | ||
+ | |||
+ | {{Documentation}} |
Revision as of 14:19, 28 February 2019
Module: sap | |
---|---|
Type | Services discovery |
First VLC version | 0.8.2 |
Last VLC version | - |
Operating system(s) | all |
Description | Network streams (SAP) |
Shortcut(s) | - |
This module will listen on port 9875 for SAP announcements. Options sap-ipv4
and sap-ipv6
have been deprecated since 2.0.0.
Options
- sap-addr <string> : The SAP module normally chooses itself the right addresses to listen to. However, you can specify a specific address
- sap-timeout <integer> : Delay after which SAP items get deleted if no new announcement is received
- sap-parse <boolean> : This enables actual parsing of the announces by the SAP module. Otherwise, all announcements are parsed by the "live555" (RTP/RTSP) module default value: enabled
- sap-strict <boolean> : When this is set, the SAP parser will discard some non-compliant announcements default value: disabled
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.