From 2103055b5ebfa389a5bec4c98f414608e959bba4 Mon Sep 17 00:00:00 2001 From: Denis Loh Date: Sun, 24 Jan 2010 21:28:56 +0100 Subject: Added (finally) the record streaming function and some other things --- README | 51 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 19 deletions(-) (limited to 'README') diff --git a/README b/README index d4b03a5..d6404a7 100644 --- a/README +++ b/README @@ -25,6 +25,7 @@ http://www.hft-leipzig.de All rights reserved. + Description: UPnP/DLNA Plugin for Video Disk Recorder @@ -41,25 +42,29 @@ options or by editing the setup via the VDRs setup page. The command line options have a higher priority and substitute the menu settings. The command line settings are: - -i --int= The server network - interface - e.g: eth0, wlan1 etc. - If given option '-a' must - be absent. - -a
--address=
The server IPv4 address. - If given option '-i' must - be absent. - -p --port= The server port - Supported ports: - 0 (auto detect) - 49152-65535 (user defined) - -d --autodetect Force auto detection - Use this option to - overwrite the setup menu - options. - -v --verbose Increase verbosity level - The more v options the - higher the output level + -i --int= The server network + interface + e.g: eth0, wlan1 etc. + If given option '-a' must + be absent. + -a
--address=
The server IPv4 address. + If given option '-i' must + be absent. + -p --port= The server port + Supported ports: + 0 (auto detect) + 49152-65535 (user defined) + -d --autodetect Force auto detection + Use this option to + overwrite the setup menu + options. + -v --verbose Increase verbosity level + The more v options the + higher the output level + --dbdir= The directory in which the + metadata database is stored + --httpdir= The directory where the + http documents are located The verbose option can be more than once. With each option the verbosity level will be increased. The maximum level is 5. Further options are silently ignored. @@ -87,6 +92,7 @@ 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/or the server. + Dependencies: This plugin is tested with and requires the following libraries to work: @@ -114,3 +120,10 @@ 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. + + +Patching the libupnp: + +If you have a DLNA compliant device such as TVs or streaming clients, you may +require a patched version of libupnp. You can download the patch on the project +website. \ No newline at end of file -- cgit v1.2.3