Amarok/Manual/Organization/Collection/RemoteCollections/UPnP: Difference between revisions
Danielmarth (talk | contribs) (Created page with "== Universal Plug and Play (UPnP) == '''UPnP''' is a set of protocols to share media on the network. It is also supported by a wide range of Wi-Fi access points. === Client ===...") |
Danielmarth (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
=== Client === | === Client === | ||
You also need a '''UPnP'''-client, which can be installed using ''sudo apt-get install djmount''. '''UPnP''' discovery can be started using | You also need a '''UPnP'''-client, which can be installed using ''sudo apt-get install djmount''. '''UPnP''' discovery can be started using | ||
{{Input|1=djmount '''mountpoint'''}} | |||
After that you can use it like a local folder and add it to your local collection. | |||
=== Server === | === Server === | ||
On '''Debian'''-based distributions like '''Ubuntu''' you can install a '''UPnP'''-server using | On '''Debian'''-based distributions like '''Ubuntu''' you can install a '''UPnP'''-server using | ||
{{Input|1=sudo apt-get install ushare}} | |||
The service is started in the terminal with the command | |||
{{Input|1=ushare -n '''servername''' [-i '''interface'''] [-c '''folder''']}} | |||
You can also manage shares using the webinterface, which you can access by opening http://127.0.0.1:port/web/ushare.html in the browser. ''port'' needs to be adjusted to your settings. |
Revision as of 05:30, 18 December 2010
Universal Plug and Play (UPnP)
UPnP is a set of protocols to share media on the network. It is also supported by a wide range of Wi-Fi access points.
Client
You also need a UPnP-client, which can be installed using sudo apt-get install djmount. UPnP discovery can be started using
djmount mountpoint
After that you can use it like a local folder and add it to your local collection.
Server
On Debian-based distributions like Ubuntu you can install a UPnP-server using
sudo apt-get install ushare
The service is started in the terminal with the command
ushare -n servername [-i interface] [-c folder]
You can also manage shares using the webinterface, which you can access by opening http://127.0.0.1:port/web/ushare.html in the browser. port needs to be adjusted to your settings.