diff options
author | Denis Loh <denis.loh@gmail.com> | 2009-12-29 19:34:50 +0100 |
---|---|---|
committer | Denis Loh <denis.loh@gmail.com> | 2009-12-29 19:34:50 +0100 |
commit | 60db82604cd0ab407e857b9f11d9588f9076333b (patch) | |
tree | 11cc9c5f4a5b4a784727eccfecb9e5cca2c69ac3 /README | |
parent | 2d245fcabb385347359759de8e6c40ce16e43cab (diff) | |
download | vdr-plugin-upnp-60db82604cd0ab407e857b9f11d9588f9076333b.tar.gz vdr-plugin-upnp-60db82604cd0ab407e857b9f11d9588f9076333b.tar.bz2 |
Added mpeg4 p2 profiles
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -21,7 +21,7 @@ University of Applied Science Gustav-Freytag-Straße 43-45 04277 Leipzig Germany -http://www.hftl.de +http://www.hft-leipzig.de All rights reserved. @@ -83,9 +83,9 @@ The server has a unique identifier, which is "uuid:b120ba52-d88d-4500-9b64-888971d83fd3". Other devices in the network can find and identify the VDR UPnP Server with this ID. However, the server should be found automatically and being listed under the supported media server -devices. If not, please report this as a bug on the projects homepage or send an +devices. If not, please report this as a bug on the project homepage or send an email to the developers of this plugin with the full device description and, if -applicable, the errors thrown by the media player device and the server. +applicable, the errors thrown by the media player device and/or the server. Dependencies: @@ -106,3 +106,11 @@ ATTENTION: DO NOT USE ANOTHER VERSION OF LIBUPNP. libupnp-1.8.0 is known not to work with this plugin! Versions below 1.6.6 may work. However, there may exist some unknown issues. + +If you want to know everything about the code, please see the source code +documentation at http://upnp.vdr-developer.org/docs/ where all public members +are explained. + +I appreciate, if you help making the plugin better. If you find any project +related errors or missing features, please open a new ticket at the plugin +website with a detailed description of what you want or what happened. |