File: tech-gupnp.page

package info (click to toggle)
gnome-devel-docs 40.3-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 79,188 kB
  • sloc: javascript: 2,514; xml: 2,407; ansic: 2,229; python: 1,854; makefile: 805; sh: 499; cpp: 131
file content (43 lines) | stat: -rw-r--r-- 1,445 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="tech-gupnp" xml:lang="oc">

  <info>
    <link type="guide" xref="tech" group="gupnp"/>
    <revision pkgversion="1.0" date="2011-05-17" status="candidate"/>

    <credit type="author copyright">
      <name>Zeeshan Ali (Khattak)</name>
      <email its:translate="no">zeeshanak@gnome.org</email>
      <years>2011</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="cc-by-sa-3-0.xml"/>

    <desc>Wireless, peer-to-peer, plug-and-play RPC</desc>
  </info>

<title>GUPnP</title>

  <p>
    Many "consumer electronics" devices that can make use of a house's local
    network support device and service discovery via a protocol called UPnP
    (Universal Plug and Play).  GUPnP lets GNOME applications discover UPnP
    devices on the network, and publish services themselves.
  </p>

  <p>
    DLNA is a set of standards that let devices share multimedia content in
    standard formats.  GUPnP can also perform DLNA-related tasks such as media
    profile guessing, transcoding to a given profile, etc.
  </p>

  <p>
    In GNOME, GUPnP is one of the basic building blocks of home-multimedia
    software like Rygel, a home media server.
  </p>

  <list style="compact">
    <item><p><link href="http://www.gupnp.org">GUPnP home page</link></p></item>
  </list>

</page>