Difference between revisions of "Setup Mediatomb"

From Linuxintro
imported>ChrisM
(New page: == Introduction == Mediatomb is a GPL UPnP media streaming server that will stream all sort of media (MP3, OGG, Flac, images, movies of all kind) to compatible devices. An example of a co...)
 
imported>ChrisM
Line 6: Line 6:
  
 
Install package for your distribution, it should be called "mediatomb". Look [[install software|here]] for information on how to install packages.
 
Install package for your distribution, it should be called "mediatomb". Look [[install software|here]] for information on how to install packages.
 +
 +
== Configuration ==
 +
 +
...
 +
 +
== Adding content ==
 +
 +
You can now browse to the web interface at localhost:49152 and start adding directories containing media data to make them accessable over the network via Mediatomb. Mediatomb supports inotify (and does rescans, if you want, is your system does not support inotify), so it will notice, when the content in the monitored directories changes and reflect the changes almost immediately.

Revision as of 13:05, 25 April 2009

Introduction

Mediatomb is a GPL UPnP media streaming server that will stream all sort of media (MP3, OGG, Flac, images, movies of all kind) to compatible devices. An example of a compatible device would be the Playstation 3 (PS3) with which you can then watch your media streamed via WLAN from your computer on your TV.

Installation

Install package for your distribution, it should be called "mediatomb". Look here for information on how to install packages.

Configuration

...

Adding content

You can now browse to the web interface at localhost:49152 and start adding directories containing media data to make them accessable over the network via Mediatomb. Mediatomb supports inotify (and does rescans, if you want, is your system does not support inotify), so it will notice, when the content in the monitored directories changes and reflect the changes almost immediately.