upnp.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Feb 2016 12:46:36 +0200
changeset 1905 fba288d59662
parent 1721 0641f2671547
child 1912 8b81a8f0f692
permissions -rw-r--r--
Include only local subsections into TOC. This prevent duplication of TOC when build single page HTML document. Also this make unnecessary CSS hack to hide document title as top level section.

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

============
 UPnP/DLNA.
============
.. contents::
   :local:

Discover UPnP services.
=======================
::

  $ gssdp-discover -i wlan0 --timeout=3

Mount UPnP.
===========
::

  $ apt-get install djmount
  $ modprobe fuse
  $ djmount -o iocharset=UTF-8,allow_other /media/upnp

UPnP players.
=============

  http://en.wikipedia.org/wiki/List_of_UPnP_AV_media_servers_and_clients

UPnP Android player.
====================

  https://play.google.com/store/apps/details?id=b4a.upnpBrowser
    UPNP Browser. Pure DLNA browser. Bypass playing to another installed
    applications.