Hola,
por si no lo saben yo uso principalmente Ubuntu y en estos días he estado probando el uso de dispositivos con capacidad DLNA . Y me pregunté como poder reproducir el contenido en mi ordenador y no sólo con el Tablet, así que me puse a Googlear y encontré esta web, Ebower. A continuación os pongo lo que hice:
Esto es copiado directamente de la web:
Coherence is a Linux library that can handle connecting to DLNA servers. To install it, run sudo apt-get install python-coherence and you should be all set.
The default video player in Ubuntu is Totem (called “Movie Player” in the Applications menu). To integrate DLNA support in Totem we’ll need a pair of files that we’ll copy to a new directory/usr/lib/totem/plugins/upnp-coherence/. We need the plugin definition and the plugin code. Alternately you can execute the following commands to download them from the source. More details can be found in the Coherence Wiki.
1 sudo mkdir /usr/lib/totem/plugins/upnp-coherence && sudo wget --output-document /usr/lib/totem/plugins/upnp-coherence/upnp-coherence.totem-plugin http://coherence.beebits.net/browser/trunk/Coherence/misc/Totem-Plugin/upnp-coherence.totem-plugin?format=raw && sudo wget --output-document /usr/lib/totem/plugins/upnp-coherence/upnp-coherence.py http://coherence.beebits.net/browser/trunk/Coherence/misc/Totem-Plugin/upnp-coherence.py?format=rawNow you’ll need to open up Totem (or restart it) and click on Edit –> Plugins. Check the “Coherence DLNA/UPnP Client” box and click Close. NOTE: If you’re running Oneiric you’ll probably want to check out this bug. Coherence is apparently borked in this release.
On the right-hand side there’s a dropbox box that probably says “Playlist”, click on it and you should be able to select “Coherence DLNA/UPnP Client” which will eventually bring up a list of available servers.
You’ll note in the screenshot listings for Hulu and Netflix, read on to learn a bit more about PlayOn.
La traducción.
Si lees lo que he copiado se basa en el uso de Coherence , una librería python que permite el uso de DLNA. Así que primero se instala la librería.
sudo apt-get install python-coherence
Tras esto debemos crear el plugin coherence para el Totem de Ubuntu, que no tiene niguno, para lo que sólo tenemos que crear una carpeta y dentro copiar unos feicheros.
12 sudo mkdir /usr/lib/totem/plugins/upnp-coherencesudo wget --output-document /usr/lib/totem/plugins/upnp-coherence/upnp-coherence.totem-plugin http://coherence.beebits.net/browser/trunk/Coherence/misc/Totem-Plugin/upnp-coherence.totem-plugin?format=raw && sudo wget --output-document /usr/lib/totem/plugins/upnp-coherence/upnp-coherence.py http://coherence.beebits.net/browser/trunk/Coherence/misc/Totem-Plugin/upnp-coherence.py?format=raw
Mi opinión
Lo he estado usando estos días y sólo puedo decir que funciona muy bien, la interfaz para cargar los recursos DLNA es muy fácil de usar e intuitiva.
Chao y buen día.





Buenas:
Gracias por el aporte.
A mí me afecta el bug, pero he descubierto djmount en la discusión del mismo. Es una pasada de herramienta: la instalas, creas un directorio destino, y le dices a djmount que use ese destino( $ djmount ./destino_creado_antes ). A partir de este momento están disponibles los archivos compartidos via dlna, que puedes ver como locales.
Saludos.