Si usas ubuntu o variantes estas de suerte. En mi caso tengo un ordenador que hace de servidor y en el cual me descargo vídeos lo interesante fue cuando me compre la xbox 360 y me dije ¿¿como puedo hacer para ver los vídeos en la tele sin tenerlos que grabar a cds?? estuve buscando un servidor UpnP y me tope con ushare directamente desde repositorios.
sudo apt-get install ushare
Esta aplicación lo que hace es transferir los vídeos a través de la red interna y así poder visualizarlos en la tele a través de la consola. ¿Parece fácil? pues lo es tranquilos vamos a ver como configurarlo después de instalarlo.
Una vez instalado
editamos el archivo ushare.conf ¿como? pues desde consola
sudo gedit /etc/ushare.conf
Copio MI CONFIGURACIÓN (LAS PARTES CON ALMOHADILLA SON COMENTARIOS)
# /etc/ushare.conf
# Edit this file with ‘dpkg-reconfigure ushare’
# Configuration file for uShare
# uShare UPnP Friendly Name (default is ‘uShare’).
USHARE_NAME=uShare
# Interface to listen to (default is eth0).
# Ex : USHARE_IFACE=eth1
USHARE_IFACE=eth0
# Port to listen to (default is random from IANA Dynamic Ports range)
# Ex : USHARE_PORT=49200
USHARE_PORT=
# Port to listen for Telnet connections
# Ex : USHARE_TELNET_PORT=1337
USHARE_TELNET_PORT=
# Directories to be shared (space or CSV list).
# Ex: USHARE_DIR=/dir1,/dir2
USHARE_DIR=/home/alex/Vídeos
# Use to override what happens when iconv fails to parse a file name.
# The default uShare behaviour is to not add the entry in the media list
# This option overrides that behaviour and adds the non-iconv’ed string into
# the media list, with the assumption that the renderer will be able to
# handle it. Devices like Noxon 2 have no problem with strings being passed
# as is. (Umlauts for all!)
#
# Options are TRUE/YES/1 for override and anything else for default behaviour
USHARE_OVERRIDE_ICONV_ERR=
# Enable Web interface (yes/no)
ENABLE_WEB=
# Enable Telnet control interface (yes/no)
ENABLE_TELNET=
# Use XboX 360 compatibility mode (yes/no) USHARE_ENABLE_XBOX ENABLE_XBOX=yes
USHARE_ENABLE_XBOX=yes
# Use DLNA profile (yes/no)
# This is needed for PlayStation3 to work (among other devices)
ENABLE_DLNA=
——————————————————————————————————————-
Como veis simplemente hay que modificar 2 partes importantes para que funcione:
USHARE_DIR=/home/alex/Vídeos #### Aquí ponéis el directorio que queréis compartir #####
USHARE_ENABLE_XBOX=yes #### Aquí ponéis el valor en yes ####
Lo demás se puede quedar como esta, una vez modificado y guardado sólo queda ejecutarlo
Pulsamos la tecla Alt+F2 y lanzamos el programa ushare
una vez este cargado el programa (también tengo que decir que cada vez que reiniciéis se cargara automáticamente) encendéis la consola conectada a la red por supuesto y buscáis dentro de mis vídeos os saldrá una carpeta que pondrá ushare y tachan todos vuestros vídeos estarán hay. Ala a disfrutar
Para quienes tengan la Play3 hay que modificar estos parámetros del archivo ushare.conf
USHARE_DIR=/home/alex/Vídeos #### Aquí ponéis el directorio que queréis compartir #####
ENABLE_DLNA=yes #### Aquí ponéis como valor yes #####
y lo mismo lo lanzamos y a disfrutar de nuestros vídeos en la tele
P. D . Igual que sirve para vídeos, sirve para música y fotos