File: tech-gupnp.page

package info (click to toggle)
gnome-devel-docs 3.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 46,300 kB
  • ctags: 630
  • sloc: xml: 2,321; ansic: 2,040; python: 1,807; makefile: 747; sh: 504; cpp: 131
file content (34 lines) | stat: -rw-r--r-- 1,133 bytes parent folder | download
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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="tech-gupnp" xml:lang="sv">
<info>
  <link type="guide" xref="tech" group="gupnp"/>
  <desc>Wireless, peer-to-peer, plug-and-play RPC</desc>
  <revision pkgversion="1.0" date="2011-05-17" status="candidate"/>
</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>