uShare : Un serveur UPnP pour votre Freebox

Publié le 20 juin 2009 par Bonvga

uShare permet de partager des fichiers vidéos et photos avec votre Freebox HD. uShare est un serveur UPnP sous Linux qui fait la même chose qu'un disque dur multimédia.

Installation sous Ubuntu :

  1. sudo aptitude install ushare

Configuration /etc/ushare.conf :

  1. # /etc/ushare.conf
  2. # Edit this file with 'dpkg-reconfigure ushare'
  3. # Configuration file for uShare
  4. # uShare UPnP Friendly Name (default is 'uShare').
  5. USHARE_NAME=dharma
  6. # Interface to listen to (default is eth0).
  7. # Ex : USHARE_IFACE=eth1
  8. USHARE_IFACE=eth0
  9. # Port to listen to (default is random from IANA Dynamic Ports range)
  10. # Ex : USHARE_PORT=49200
  11. USHARE_PORT=
  12. # Port to listen for Telnet connections
  13. # Ex : USHARE_TELNET_PORT=1337
  14. USHARE_TELNET_PORT=
  15. # Directories to be shared (space or CSV list).
  16. # Ex: USHARE_DIR=/dir1,/dir2
  17. USHARE_DIR=/home/bonvga/share/
  18. # Use to override what happens when iconv fails to parse a file name.
  19. # The default uShare behaviour is to not add the entry in the media list
  20. # This option overrides that behaviour and adds the non-iconv'ed string into
  21. # the media list, with the assumption that the renderer will be able to
  22. # handle it. Devices like Noxon 2 have no problem with strings being passed
  23. # as is. (Umlauts for all!)
  24. #
  25. # Options are TRUE/YES/1 for override and anything else for default behaviour
  26. USHARE_OVERRIDE_ICONV_ERR=
  27. # Enable Web interface (yes/no)
  28. ENABLE_WEB=no
  29. # Enable Telnet control interface (yes/no)
  30. ENABLE_TELNET=no
  31. # Use XboX 360 compatibility mode (yes/no)
  32. ENABLE_XBOX=no
  33. # Use DLNA profile (yes/no)
  34. # This is needed for PlayStation3 to work (among other devices)
  35. ENABLE_DLNA=no

Vous pouvez changer les paramètres ENABLE_XBOX et ENABLE_DLNA si vous avez une Xbox 360 ou une Playstation 3.

Attention si vous utilisez un firewall, pensez à ouvrir le port 49200 en TCP.

Démarrage du serveur :

  1. sudo /etc/init.d/ushare.sh start
  2.  * Starting uShare UPnP A/V & DLNA Media Server: ushare        [ OK ]

Pour démarrer le serveur lors de l'initialisation d'Ubuntu, vous pouvez tentez cette procédure trouvée ici :

  1. sudo update-rc.d -f ushare remove
  2. sudo mv /etc/init.d/ushare /etc/init.d/ushare.sh
  3. sudo update-rc.d ushare.sh defaults 50

Pour moi, ça n'a pas fonctionné

Coté Freebox :

Avec votre télécommande, appuyez sur la touche "free", puis "magneto".

A partir de là, la freebox détecte le serveur uShare et vous pouvez naviguer dessus.