Go to file
Nafets227 ede0294943 Refactored polling.
The original patch is polished and tweaked by Rolf Ahrenberg.
2014-11-15 02:12:35 +02:00
po Added STAT command into SVDRP interface. 2014-11-10 23:46:45 +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 Updated HISTORY. 2014-11-11 00:38:03 +02:00
Makefile Refactored polling. 2014-11-15 02:12:35 +02:00
README Added support for SAT>IP frontend selection via Radio ID. 2014-11-04 23:20:10 +02:00
common.c Added a session id quirk for Triax TSS 400. 2014-05-17 21:41:55 +03:00
common.h Refactored epoll() to use only one thread. 2014-11-11 21:10:44 +02:00
config.c Added support for blacklisted sources. 2014-10-31 22:17:52 +02:00
config.h Added support for blacklisted sources. 2014-10-31 22:17:52 +02:00
device.c Refactored polling. 2014-11-15 02:12:35 +02:00
device.h Refactored polling. 2014-11-15 02:12:35 +02:00
deviceif.h Fixed the OPTIONS URL and enchanced the user agent string. 2014-04-06 23:42:49 +03:00
discover.c Tweaked internals and log messages to match SVDRP interface. 2014-11-11 00:05:03 +02:00
discover.h Tweaked internals and log messages to match SVDRP interface. 2014-11-11 00:05:03 +02:00
param.c Added support for SAT>IP frontend selection via Radio ID. 2014-11-04 23:20:10 +02:00
param.h Switched to standard 'S' and 'T' sources. 2014-03-12 00:19:37 +02:00
poller.c Refactored polling. 2014-11-15 02:12:35 +02:00
poller.h Refactored polling. 2014-11-15 02:12:35 +02:00
pollerif.h Refactored polling. 2014-11-15 02:12:35 +02:00
rtcp.c Refactored polling. 2014-11-15 02:12:35 +02:00
rtcp.h Refactored polling. 2014-11-15 02:12:35 +02:00
rtp.c Refactored polling. 2014-11-15 02:12:35 +02:00
rtp.h Refactored polling. 2014-11-15 02:12:35 +02:00
rtsp.c Refactored polling. 2014-11-15 02:12:35 +02:00
rtsp.h Switched to epoll(). 2014-11-10 23:05:26 +02:00
satip.c Refactored epoll() to use only one thread. 2014-11-11 21:10:44 +02:00
sectionfilter.c Some minor tweaks. 2014-11-10 23:31:30 +02:00
sectionfilter.h Refactored the section filtering. 2014-04-04 00:56:00 +03:00
server.c Tweaked internals and log messages to match SVDRP interface. 2014-11-11 00:05:03 +02:00
server.h Tweaked internals and log messages to match SVDRP interface. 2014-11-11 00:05:03 +02:00
setup.c Added STAT command into SVDRP interface. 2014-11-10 23:46:45 +02:00
setup.h Added a new device status menu. 2014-11-03 21:55:28 +02:00
socket.c Added cSatipRtsp(). 2014-11-09 16:42:14 +02:00
socket.h Switched to epoll(). 2014-11-10 23:05:26 +02:00
statistics.c Initial revision. 2014-03-08 13:07:47 +02:00
statistics.h Initial revision. 2014-03-08 13:07:47 +02:00
tuner.c Refactored polling. 2014-11-15 02:12:35 +02:00
tuner.h Refactored polling. 2014-11-15 02:12:35 +02:00
tunerif.h Refactored polling. 2014-11-15 02:12:35 +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:          http://www.saunalahti.fi/~rahrenbe/vdr/satip/

Latest version available at: http://www.saunalahti.fi/~rahrenbe/vdr/satip/

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/

- VDR >= 2.1.4 for scrambled channels

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

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

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

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

- 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,
  but DVB-C (KABEL>IP) is supported for Digital Devices Octopus Net
  devices.

- 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. The integrated CAM slot in
  Octopus Net devices isn't supported.

Acknowledgements:

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