Difference between revisions of "Documentation:Modules/sap"

From VideoLAN Wiki
Jump to navigation Jump to search
m (List module shortcut)
(Document sub-module)
 
Line 1: Line 1:
{{Module|name=sap|type=Services discovery|first_version=0.8.2|description=Network streams ([[SAP]])|sc=sdp}}
+
{{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. 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.
 
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.
  
Line 28: Line 27:
 
|default=disabled
 
|default=disabled
 
}}
 
}}
 +
 +
== Sub-module ==
 +
{{Module|name=sap|type=Services discovery|description=[[SDP]] Descriptions parser|sc=sdp}}
 +
 +
=== Options ===
 +
None.
 +
{{Clear}}
  
 
== Source code ==
 
== Source code ==

Latest revision as of 09:12, 19 April 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

Sub-module

Module: sap
Type Services discovery
First VLC version -
Last VLC version -
Operating system(s) all
Description SDP Descriptions parser
Shortcut(s) sdp

Options

None.

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.