This is an automated email from the git hooks/post-receive script. fnu-guest pushed a commit to branch master in repository vdr-plugin-satip.
commit cb7755604b7f4dd9c09b3bf44cfb72b272f99b88 Author: Frank Neumann <[email protected]> Date: Mon Feb 16 17:48:23 2015 +0100 Updated documentation * Updated documentation * corrected spelling errors * cleaning up changelog --- debian/README.Debian | 27 ++++++++++++++++++++++----- debian/changelog | 36 ------------------------------------ debian/copyright | 4 ++-- debian/plugin.satip.conf | 2 +- 4 files changed, 25 insertions(+), 44 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 4ac962e..f4c2841 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -13,6 +13,17 @@ The plugin accepts a "devices" (-d) command-line parameter defaulting to one. This parameter defines how many simultaneous transponders can be received if there are available SAT>IP tuners. +The plugin accepts also a "--server" (-s) command-line parameter, that +can be used to manually configure static SAT>IP servers if autodetection +via UPnP somehow can't be used. The parameter string is a semicolon +separated list of "||" entries. The model +consists of a DVB system (DVBS2,DVBT2,DVBT,DVBC) and number of available +frontends separated by a hyphen: + +vdr -P 'satip -s ||;...' +vdr -P 'satip -s 192.168.0.1|DVBS2-2,DVBT2-2|Octo1' +vdr -P 'satip -s 192.168.0.1|DVBS2-4|Octo1;192.168.0.2|DVBT2-4|Octo2' + Satellite positions shall be defined via sources.conf. If the source description begins with a number, it's used as SAT>IP signal source selection parameter. Otherwise, the default parameter is one: @@ -31,13 +42,19 @@ Notes: - The stream id "-1" states about unsuccessful tuning. This might be a result of invalid channel parameters or lack of free SAT>IP tuners. -- SAT>IP specification 1.2 doesn't support DVB-C/DVB-C2 receivers yet. - - If the plugin doesn't detect your SAT>IP network device, make sure your setup doesn't have firewalled the UDP port 1900. - Stream decryption requires a separate CAM plugin that works without - direct access to any DVB card devices. + direct access to any DVB card devices. Also the integrated CAM slots + in Octopus Net devices are supported. + +- Tracing can be set on/off dynamically via command-line switch or + SVDRP command. + +- OctopusNet firmware 1.0.40 or greater recommended. -- The 100% compliance against SAT>IP specification 1.2 requires a - patched VDR. +- Inverto OEM firmware 1.17.0.120 or greater recommended. + The firmware 1.16.0.120 can be downloaded and installed + from their webpage: http://www.inverto.tv/support/ + An update to a newer firmware should be offered afterwards. diff --git a/debian/changelog b/debian/changelog index 585d16d..fbf1d3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,36 +5,12 @@ vdr-plugin-satip (1.0.2-2) experimental; urgency=medium -- Tobias Grimm <[email protected]> Sat, 14 Feb 2015 18:24:51 +0100 -vdr-plugin-satip (1.0.2-1fnu1~trusty) trusty; urgency=medium - - * automatic rebuild for ppa:fnu/testing-vdr-fnu - - -- Frank Neumann <[email protected]> Thu, 12 Feb 2015 01:31:08 +0100 - vdr-plugin-satip (1.0.2-1fnu0~trusty) trusty; urgency=high * add /etc/vdr/plugin/plugin.satip.conf for plugin parameters -- Frank Neumann <[email protected]> Mon, 09 Feb 2015 01:03:26 +0100 -vdr-plugin-satip (1.0.2-0fnu3~trusty) trusty; urgency=medium - - * automatic rebuild for ppa:fnu/testing-vdr-fnu - - -- Frank Neumann <[email protected]> Sun, 08 Feb 2015 23:34:48 +0100 - -vdr-plugin-satip (1.0.2-0fnu2~trusty) trusty; urgency=medium - - * automatic rebuild for ppa:fnu/testing-vdr-fnu - - -- Frank Neumann <[email protected]> Sun, 01 Feb 2015 23:15:51 +0100 - -vdr-plugin-satip (1.0.2-0fnu1~trusty) trusty; urgency=medium - - * automatic rebuild for ppa:fnu/testing-vdr-fnu - - -- Frank Neumann <[email protected]> Fri, 30 Jan 2015 01:25:01 +0100 - vdr-plugin-satip (1.0.2-0fnu0~trusty) trusty; urgency=high * new upstream version @@ -47,12 +23,6 @@ vdr-plugin-satip (1.0.2-0fnu0~trusty) trusty; urgency=high -- Frank Neumann <[email protected]> Sun, 18 Jan 2015 20:11:17 +0100 -vdr-plugin-satip (1.0.1-0fnu1~trusty) trusty; urgency=medium - - * automatic rebuild for ppa:fnu/testing-vdr-fnu - - -- Frank Neumann <[email protected]> Sun, 18 Jan 2015 14:28:46 +0100 - vdr-plugin-satip (1.0.1-0fnu0~trusty) trusty; urgency=high * new upstream version @@ -124,12 +94,6 @@ vdr-plugin-satip (0.3.1-0fnu0~trusty) trusty; urgency=high -- Frank Neumann <[email protected]> Mon, 28 Apr 2014 17:23:34 +0200 -vdr-plugin-satip (0.3.0-0fnu1~trusty) trusty; urgency=high - - * rebuild due to libcurl version change 7.36.0 - - -- Frank Neumann <[email protected]> Tue, 22 Apr 2014 14:34:28 +0200 - vdr-plugin-satip (0.3.0-0fnu0~trusty) trusty; urgency=high * new upstream version diff --git a/debian/copyright b/debian/copyright index 156bf68..1bf198d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,10 +9,10 @@ Debian Maintainers: Frank Neumann <[email protected]> Copyright: - (C) 2014 Rolf Ahrenberg + (C) 2015 Rolf Ahrenberg Copyright (Debian packaging): - (C) 2014 Tobias Grimm, Frank Neumann + (C) 2015 Tobias Grimm, Frank Neumann License: This program is free software; you can redistribute it and/or modify diff --git a/debian/plugin.satip.conf b/debian/plugin.satip.conf index d9bdfd8..78aabd4 100644 --- a/debian/plugin.satip.conf +++ b/debian/plugin.satip.conf @@ -3,7 +3,7 @@ # # For more details see: # - /usr/share/doc/vdr-plugin-satip/README.gz -# - `vdr -Psatip --help +# - vdr -Psatip --help # # -d <num>, --devices=<number> set number of devices to be created # -t <mode>, --trace=<mode> set the tracing mode -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-satip.git _______________________________________________ pkg-vdr-dvb-changes mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-vdr-dvb-changes
