Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:guide-user:firewall:ushare [2018/03/04 13:03] – ↷ Page moved from docs:guide-user:services:firewall:ushare to docs:guide-user:firewall:ushare bobafetthotmaildocs:guide-user:services:media_server:ushare [2019/08/26 08:35] (current) – tag optimization, formatting optimization, redundancy vgaetera
Line 1: Line 1:
 ====== uShare configuration ====== ====== uShare configuration ======
- 
 There are several implementations of the UPnP protocol. There are several implementations of the UPnP protocol.
 The uShare server is one of the best candidates for use with a PlayStation 3 or Xbox 360 for sharing music or video. The uShare server is one of the best candidates for use with a PlayStation 3 or Xbox 360 for sharing music or video.
  
 ===== Install ===== ===== Install =====
- +<code bash> 
-| ''opkg update +opkg update 
-opkg install ushare'' |+opkg install ushare 
 +</code>
  
 ===== Sections ===== ===== Sections =====
- 
 There is only one section ''ushare'' defined for the configuration in ''/etc/config/ushare''. There is only one section ''ushare'' defined for the configuration in ''/etc/config/ushare''.
- 
  
 ==== uShare ==== ==== uShare ====
- 
 Example entry to have a functional UPnP server working with a PlayStation 3. Example entry to have a functional UPnP server working with a PlayStation 3.
  
-| ''config 'ushare'+<code bash> 
 +config 'ushare'
         option 'content_directories' '/mnt/usb-drive,/mnt/fileserver'         option 'content_directories' '/mnt/usb-drive,/mnt/fileserver'
         option 'disable_telnet'      '1'         option 'disable_telnet'      '1'
         option 'disable_webif'       '0'         option 'disable_webif'       '0'
-        option 'options'             '-p 8010 -d' '' |+        option 'options'             '-p 8010 -d' 
 +</code>
  
 The following options are defined for the ''ushare'' section: The following options are defined for the ''ushare'' section:
Line 48: Line 47:
 See also uShare command line args [[http://ushare.geexbox.org/#Usage|full list]]. See also uShare command line args [[http://ushare.geexbox.org/#Usage|full list]].
  
-| {{:meta:icons:tango:dialog-information.png?nolink}} | If your target device is a Xbox then you will need the option ''-x''. \\ If the target device is a PlayStation 3 you might need the option ''-d''. | 
  • Last modified: 2019/08/26 08:35
  • by vgaetera