Ir al archivo
Martin 02a842f95a
More fixes from Firefly (#84)
* fix missing retune resulting in black screen

(cherry picked from commit 0f20f764bce549f7866ab19a91d0850397de21ea)

* avoid empty and therefore useless requests to SATIP server

(cherry picked from commit 275afb68bc6a8a7fdc91600c8869815008c94d6d)

Co-authored-by: FireFly <christoph1.haubrich@arcor.de>
2023-01-05 15:43:33 +02:00
po Fix / extend german translation de_DE. 2020-09-26 12:50:55 +02:00
.gitignore Refactored polling. 2014-11-15 02:12:35 +02:00
COPYING Initial revision. 2014-03-08 13:07:47 +02:00
HISTORY Update HISTORY 2021-05-30 19:54:39 +03:00
Makefile Adapt VDR's Makefile style again. 2017-06-04 23:01:25 +03:00
README Update README 2021-05-29 17:47:45 +03:00
common.c Added configurable CI slots. 2015-01-11 16:34:32 +02:00
common.h Use 2MB ringbuffer per device. 2016-05-12 23:46:27 +03:00
config.c Added an option to enable/disable frontend reuse. 2019-10-27 19:29:37 +02:00
config.h Added an option to enable/disable frontend reuse. 2019-10-27 19:29:37 +02:00
detectsatip.py Update detectsatip for Python3 2021-03-13 19:28:17 +02:00
device.c HasLock(): add timeout feature (#71) 2021-03-02 21:50:43 +02:00
device.h Serialize channel switching to prevent device allocation failures. 2017-11-18 12:20:45 +02:00
deviceif.h Serialize channel switching to prevent device allocation failures. 2017-11-18 12:20:45 +02:00
discover.c Add support for interface binding via a defined source address. 2017-07-22 13:38:54 +03:00
discover.h Add support for interface binding via a defined source address. 2017-07-22 13:38:54 +03:00
discoverif.h Silenced some cppcheck warnings. 2015-08-16 01:38:03 +03:00
log.h Fixed wrong indenting. 2015-03-04 19:43:01 +02:00
msearch.c SAT>IP client: UPnP header field names are case insensitive (#83) 2022-10-25 19:55:50 +03:00
msearch.h Add a preliminary RTP-over-TCP support. 2016-12-15 23:47:30 +02:00
param.c Add a preliminary ATSC support. 2020-01-03 22:05:18 +02:00
param.h Add preliminary support for DVBViewer CI. 2016-09-11 13:08:20 +03:00
poller.c Change EINTR handling in poller. 2016-06-05 14:19:46 +03:00
poller.h Refactored polling. 2014-11-15 02:12:35 +02:00
pollerif.h Add a preliminary RTP-over-TCP support. 2016-12-15 23:47:30 +02:00
rtcp.c Fix RTCP over TCP. 2018-10-21 13:35:48 +03:00
rtcp.h Fix RTCP over TCP. 2018-10-21 13:35:48 +03:00
rtp.c Added command line parameter to make the RTP receive bufferr size configurable. 2017-11-19 15:28:52 +02:00
rtp.h Add a preliminary RTP-over-TCP support. 2016-12-15 23:47:30 +02:00
rtsp.c Fix RTP over TCP with a nasty hack. 2018-10-21 20:22:37 +03:00
rtsp.h Fix RTP over TCP with a nasty hack. 2018-10-21 20:22:37 +03:00
satip.c Update README 2021-05-29 17:47:45 +03:00
sectionfilter.c Several fixes for Sat-IP (#82) 2022-10-25 19:58:29 +03:00
sectionfilter.h Several fixes for Sat-IP (#82) 2022-10-25 19:58:29 +03:00
server.c Several fixes for Sat-IP (#82) 2022-10-25 19:58:29 +03:00
server.h Use quirk to TEARDOWN before PLAY to avoid possible glitches 2021-02-28 20:36:21 +02:00
setup.c Added an option to enable/disable frontend reuse. 2019-10-27 19:29:37 +02:00
setup.h Added an option to enable/disable frontend reuse. 2019-10-27 19:29:37 +02:00
socket.c Fixed transport media change for RTCP. 2018-02-06 22:35:48 +02:00
socket.h Strip off the constructor delegation after all to broaden compiler compability. 2017-11-19 15:29:07 +02:00
statistics.c Preliminary documentation for used logging modes. 2014-12-14 17:45:55 +02:00
statistics.h Initial revision. 2014-03-08 13:07:47 +02:00
tuner.c More fixes from Firefly (#84) 2023-01-05 15:43:33 +02:00
tuner.h Fix keepalive interval 2021-05-26 22:11:54 +03:00
tunerif.h Add a preliminary RTP-over-TCP support. 2016-12-15 23:47:30 +02:00

README

This is an SAT>IP plugin for the Video Disk Recorder (VDR).

Written by:                  Rolf Ahrenberg
                             < R o l f . A h r e n b e r g @ s c i . f i >

Project's homepage:          https://github.com/rofafor/vdr-plugin-satip

Latest version available at: https://github.com/rofafor/vdr-plugin-satip/releases

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.
See the file COPYING for more information.

Requirements:

- Libcurl >= 7.36.0 - the multiprotocol file transfer library with RTSP support
  http://curl.haxx.se/libcurl/

- PugiXML - Light-weight, simple and fast XML parser for C++
  http://pugixml.org/
  or
  TinyXML - a simple, small, C++ XML parser
  http://www.grinninglizard.com/tinyxml/

- Glibc >= 2.12 - the GNU C library (recvmmsg)
  http://www.gnu.org/software/libc/

Description:

This plugin integrates SAT>IP network devices seamlessly into VDR.
You can use any SAT>IP channel like any other normal DVB channel for
live viewing, recording, etc. The plugin also features full section
filtering capabilities which allow for example EIT information to be
extracted from the incoming stream.

Installation:

tar -xzf /put/your/path/here/vdr-satip-X.Y.Z.tgz
make -C satip-X.Y.Z install

Configuration:

The plugin accepts a "--devices" (-d) command-line parameter defaulting
to two. 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. Multiple service entries can be given
separated by a semicolon:

[<srcaddress>@]<ipaddress>[:<port>]|<model>[:<filter>]|<description>[:<quirk>];...

- srcaddress (Optional)  Source address can be used to define used
                         networking interface on a host, e.g. 127.0.0.1.
- ipaddress              IP address of SAT>IP server, e.g. 127.0.0.1.
- port (Optional)        IP port number of SAT>IP server, e.g 443.
- model                  Model defines DVB modulation system (DVBS2,
                         DVBT2, DVBT, DVBC) and number of available
                         frontends separated by a hyphen, e.g. DVBT2-4.
- filter (Optional)      Filter can be used to limit satellite frontends
                         to certain satellite position, e.g. S19.2E.
- description            Friendly name of SAT>IP server. This is used
                         for autodetection of quirks.
- quirk (Optional)       Quirks are non-standard compliant features and
                         bug fixes of SAT>IP server  defined by a
                         hexadecimal number. Multiple quirks can be
                         defined by combining values by addition:

                           0x01: Fix session id bug
                           0x02: Fix play parameter (addpids/delpids) bug
                           0x04: Fix frontend locking bug
                           0x08: Support for RTP over TCP
                           0x10: Support the X_PMT protocol extension
                           0x20: Support the CI TNR protocol extension
                           0x40: Fix auto-detection of pilot tones bug
                           0x80: Fix re-tuning bug by teardowning a session

Examples:

vdr -P 'satip -s 192.168.0.1|DVBS2-2,DVBT2-2|OctopusNet'
vdr -P 'satip -s 192.168.0.1|DVBS2-4|OctopusNet;192.168.0.2|DVBT2-4|minisatip:0x18'
vdr -P 'satip -s 192.168.0.1:554|DVBS2-2:S19.2E|OctopusNet;192.168.0.2:8554|DVBS2-4:S19.2E,S1W|minisatip'

The plugin accepts a "--portrange" (-p) command-line parameter, that can
be used to manually specify the RTP & RTCP port range and therefore
enables using the plugin through a NAT (e.g. Docker bridged network).
A minimum of 2 ports per device is required.

SAT>IP satellite positions (aka. signal sources) shall be defined via
sources.conf. If the source description begins with a number, it's used
as SAT>IP signal source selection parameter. A special number zero can
be used to disable the source. Otherwise, the default parameter is one:

S19.2E  Astra 1KR/1L/1M/2C
=> Signal source = 1

S19.2E  2
=> Signal source = 2

S19.2E  3 Astra 1KR/1L/1M/2C
=> Signal source = 3

S19.2E 0 Astra 1KR/1L/1M/2C
=> Source is disabled

A channel can be assigned into a specific SAT>IP frontend by giving the
identifier number in RID field of a channels.conf entry:
FE = RID % 100
Valid range: 1 ... 99

Setup menu:

- Operating mode = off        If you want exclude all SAT>IP devices
                   low        from VDR's device handling, set this
                   normal     option to "off". Otherwise, if you want
                   high       to keep SAT>IP at a low priority when
                              selecting available devices, set this
                              option to "low". Similarly, the "high"
                              value prefers the SAT>IP over the local
                              DVB cards when selecting available devices.
- Use CI extension = no       If you want to use the CI extension found
                              in some SAT>IP hardware (e.g. Digital
                              Devices OctopusNet), set this option to
                              "yes".
- CICAM #<slot> = <system>    If you want to assign a CA system into
                              a specific CI slot, set this option to
                              a named one. Use "---" for autoselection.
- Enable EPG scanning = yes   If you want exclude all SAT>IP devices
                              from VDR's EIT background scanning, set
                              this option to "no".
- Disabled sources = none     If your SAT>IP servers don't have certain
                              satellite positions available you can
                              disable them via this option.
- Disabled filters = none     Certain section filters might cause some
                              unwanted behaviour to VDR such as time
                              being falsely synchronized etc. This option
                              allows creation of blacklists of ill-behaving
                              filters. If this option is set to a non-zero
                              value, the menu page will contain that many
                              "Disable filter" options which allow you
                              to disable the individual section filters.
                              Valid range: "none" = 0 ... 7
- Transport mode = unicast    If you want to use the non-standard
                   multicast  RTP-over-TCP transport mode, set this option
                   rtp-o-tcp  accordingly. Otherwise, the transport
                              mode will be RTP-over-UDP via unicast or
                              multicast.
- Enable frontend reuse = yes Certain devices might have artifacts if
                              multiple channels are assigned to the same
                              frontend. If you want to avoid such a
                              frontend assignment, set this option to "no". 
- [Red:Scan]                  Forces network scanning of SAT>IP hardware.
- [Yellow:Devices]            Opens SAT>IP device status menu.
- [Blue:Info]                 Opens SAT>IP information/statistics menu.
- [Ok]                        Opens information menu of selected SAT>IP
                              device.

Information menu:

- [Red:General]              Opens the general information page.
- [Green:Pids]               Opens the pid statistics page.
- [Yellow:Filters]           Opens the section filter statistics page.
- [Blue:Bits/bytes]          Toggles between bits and bytes mode.

Notes:

- If you are having problems receiving DVB-S2 channels, make sure your
  channels.conf entry contains correct pilot tone setting.

- The stream id "-1" states about unsuccessful tuning. This might be a
  result of invalid channel parameters or lack of free SAT>IP tuners.

- 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. 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.

- 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.

- FRITZ!OS 7.00 or greater recommended for FRITZ!Box Cable devices.
  Older firmware versions require both PlayPids and ForceLock quirks.

- If you are experiencing glitches in the video stream, one possible
  reason can be buffer overflows in RTP receive sockets. You can verify
  this by checking "receive buffer errors" counter by running "netstat -s"
  command. If the counter increases every time a video glitch happens,
  you should try to tweak the RTP receive buffer size with the "--rcvbuf"
  (-r) plugin parameter.
  A good starting point for the buffer size is to double the operating
  system default value until errors disappear or the maximum value is
  reached. You can check these values in Linux by checking the kernel
  parameters:
  $ cat /proc/sys/net/core/rmem_default
  $ cat /proc/sys/net/core/rmem_max

Acknowledgements:

- Big thanks to Digital Devices GmbH for providing the Octopus Net
  hardware for development!