Difference between revisions of "Documentation:Modules/upnp"

From VideoLAN Wiki
Jump to navigation Jump to search
(Dummy edit: untrimmed summary URL: <https://git.videolan.org/?p=vlc/vlc-2.0.git;a=commitdiff;h=15e31aa8a7a30df086bb31422b750dcbd632dfae>)
(Framework for page)
Line 1: Line 1:
When VLC is compiled with UPNP support, you will still need to enable UPNP service discovery:
+
Prior to VLC 2.0.0 the [[wikipedia:UPnP|UPnP]] module had 2 files: upnp_cc (for [[wikipedia:CyberLink|CyberLink]]) and upnp_intel (for [[wikipedia:Intel Corporation|Intel]]).<br />The upnp_cc file was {{Commitdiff|63751e5aef7dc2ef5098df0df8bdca07849d8fd5|l=removed}} and the upnp_intel file was {{Commitdiff|15e31aa8a7a30df086bb31422b750dcbd632dfae|l=renamed}} to upnp.
 +
 
 +
== <span id="upnp_intel"></span> upnp ==
 +
 
 +
When VLC is compiled with UPNP support, you will still need{{Check|for=May no longer be necessary?}} to enable UPNP service discovery:
 
* either on command line via $ vlc --services-discovery upnp_intel
 
* either on command line via $ vlc --services-discovery upnp_intel
 
* or in the playlist menu: File/Service discovery/UPNP
 
* or in the playlist menu: File/Service discovery/UPNP
  
 
Then discovered UPNP servers will be listed on the playlist.
 
Then discovered UPNP servers will be listed on the playlist.
<!-- Dummy edit -->
+
 
 +
== upnp_cc ==
 +
 
 +
== Source code ==
 +
Current:
 +
* {{VLCSourceFile|modules/services_discovery/upnp.cpp}}
 +
Former:
 +
* {{VLCSourceFile|p=vlc/vlc-0.8.git|modules/services_discovery/upnp_cc.cpp}}
 +
* {{VLCSourceFile|p=vlc/vlc-0.8.git|modules/services_discovery/upnp_intel.cpp}}
 +
 
 +
{{Documentation}}

Revision as of 05:56, 28 May 2019

Prior to VLC 2.0.0 the UPnP module had 2 files: upnp_cc (for CyberLink) and upnp_intel (for Intel).
The upnp_cc file was removed and the upnp_intel file was renamed to upnp.

upnp

When VLC is compiled with UPNP support, you will still need[May no longer be necessary?] to enable UPNP service discovery:

  • either on command line via $ vlc --services-discovery upnp_intel
  • or in the playlist menu: File/Service discovery/UPNP

Then discovered UPNP servers will be listed on the playlist.

upnp_cc

Source code

Current:

Former:

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.