Difference between revisions of "Documentation:Modules/sap"

From VideoLAN Wiki
Jump to navigation Jump to search
(Add deprecated option "--sap-timeshift", add option defaults, format)
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=Network streams ([[SAP]])}}
  
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.
+
This module will listen on [[port]] 9875 for SAP announcements. The option <code>--sap-timeshift</code> has been deprecated since 1.0.0 (redundant). Options <code>--sap-ipv4</code> and <code>--sap-ipv6</code> have been deprecated since 2.0.0.
  
 
== Options ==
 
== Options ==
Line 7: Line 7:
 
|name=sap-addr
 
|name=sap-addr
 
|value=string
 
|value=string
 +
|default=NULL
 
|description=The SAP module normally chooses itself the right addresses to listen to. However, you can specify a specific address
 
|description=The SAP module normally chooses itself the right addresses to listen to. However, you can specify a specific address
 
}}
 
}}
Line 12: Line 13:
 
|name=sap-timeout
 
|name=sap-timeout
 
|value=integer
 
|value=integer
 +
|default=1800
 
|description=Delay after which SAP items get deleted if no new announcement is received
 
|description=Delay after which SAP items get deleted if no new announcement is received
 
}}
 
}}

Revision as of 22:41, 26 March 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. The option --sap-timeshift has been deprecated since 1.0.0 (redundant). 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 default value: NULL
  • sap-timeout <integer> : Delay after which SAP items get deleted if no new announcement is received default value: 1800
  • 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 GuideStreaming HowToHacker GuideModules)
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.