Difference between revisions of "UMSP"
From WikiDLXTV
Line 1: | Line 1: | ||
UMSP is an internal UPnP Media Server based on PHP (for [http://wdtvforum.com/main/index.php?topic=4459.0 disclaimer and official thread see here]). It is integrated in the latest versions of WDLXTV firmware. | UMSP is an internal UPnP Media Server based on PHP (for [http://wdtvforum.com/main/index.php?topic=4459.0 disclaimer and official thread see here]). It is integrated in the latest versions of WDLXTV firmware. | ||
(Requires at least version 0.4.1.9-6 of WDLXTV) | (Requires at least version 0.4.1.9-6 of WDLXTV) | ||
+ | |||
+ | The server can be used to make any sort of multimedia content show up under the "Media Server" subitem (for both Video and Music). There's a [http://svn.wdlxtv.com/svn/UMSP/plugins/ subversion repository] with some standard plugins. There's also the [http://forum.wdlxtv.com/viewforum.php?f=49 forum]. | ||
+ | |||
+ | The rest of this page is probably outdated. | ||
== Current Features of UMSP == | == Current Features of UMSP == |
Revision as of 03:00, 22 April 2011
UMSP is an internal UPnP Media Server based on PHP (for disclaimer and official thread see here). It is integrated in the latest versions of WDLXTV firmware. (Requires at least version 0.4.1.9-6 of WDLXTV)
The server can be used to make any sort of multimedia content show up under the "Media Server" subitem (for both Video and Music). There's a subversion repository with some standard plugins. There's also the forum.
The rest of this page is probably outdated.
Current Features of UMSP
- Sort and shuffle local media with 'flat view'
- plugin: ShoutCast
- plugin: Apple-Trailers
- plugin: Select BBC audio podcasts (beta)
- Plugin: Revision3 Vodcasts
- b-rad's optical drive mod
Setup
- run these commands in ssh (or add
config_tool -c UMSP=ON
to S00custom-options):
config_tool -c UMSP=ON config_tool -s
- Power cycle so the new webplugin settings get applied.
After that UMSP should appear under "Media Servers".
Adding new plugins
Currently its not know if its possible to add new plugins without having to reassemble the entire firmware.
Troubleshooting
If for some reason UMSP doesn't show up you may have to load it manually like so:
- Browse to the webinterface (go to http://<yourWDTV>/umsp/index.php) and click "Send SSDP broadcast".
Credits to zoster and b-rad