mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 11:37:42 +00:00
Switched to standard 'S' and 'T' sources.
Added a new OperationMode setup parameter. Added new SVDRP commands.
This commit is contained in:
136
README
136
README
@@ -32,9 +32,35 @@ 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.
|
||||
|
||||
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
|
||||
|
||||
Setup menu:
|
||||
|
||||
- Enable EPG scanning = yes If you want exclude all SAT>IP devices
|
||||
- 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
|
||||
to keep SAT>IP at a low priority when
|
||||
selecting available devices, set this
|
||||
option to "low".
|
||||
- Enable EPG scanning = yes If you want exclude all SAT>IP devices
|
||||
from VDR's EIT background scanning, set
|
||||
this option to "no".
|
||||
- Disabled filters = none Certain section filters might cause some
|
||||
@@ -57,108 +83,6 @@ Information menu:
|
||||
- [Yellow:Filters] Opens the section filter statistics page.
|
||||
- [Blue:Bits/bytes] Toggles between bits and bytes mode.
|
||||
|
||||
SAT>IP device menu:
|
||||
|
||||
- [Red:Scan] Starts the channel scanning sometime in
|
||||
the future.
|
||||
|
||||
Configuration:
|
||||
|
||||
- Parameters
|
||||
|
||||
Various parameters, depending on whether this is a DVB-S, DVB-S2, DVB-T,
|
||||
or DVB-T2 channel. Each parameter consist of a key character, followed by
|
||||
an integer number that represents the actual setting of that parameter.
|
||||
The valid key characters, their meaning, and allowed values are:
|
||||
|
||||
B Bandwidth (1712, 5, 6, 7, 8, 10)
|
||||
C Code rate high priority (12, 23, 34, 35, 45, 56, 67, 78, 89, 910)
|
||||
G Guard interval (4, 8, 16, 32, 128, 19128, 19256)
|
||||
H Horizontal polarization
|
||||
L Left circular polarization
|
||||
M Modulation (2, 5, 16, 64, 256)
|
||||
N pilot toNes (0, 1)
|
||||
O rollOff (20, 25, 35)
|
||||
P stream id (0-255)
|
||||
Q t2 system id (0-65535)
|
||||
R Right circular polarization
|
||||
S delivery System (0, 1)
|
||||
T Transmission mode (1, 2, 4, 8, 16, 32)
|
||||
V Vertical polarization
|
||||
X siso/miso mode (0, 1)
|
||||
Z signal source position (1-255)
|
||||
|
||||
Bandwidth: The bandwidth of the channel in MHz (1712 in kHz)
|
||||
(DVB-T/DVB-T2)
|
||||
|
||||
Code rate high priority: Forward Error Correction (FEC) of the high
|
||||
priority stream (DVB-T/DVB-T2) or the the inner FEC scheme (DVB-S/DVB-S2)
|
||||
12 = 1/2, 23 = 2/3, 34 = 3/4, 35 = 3/5, 45 = 4/5, 56 = 5/6,
|
||||
67 = 6/7, 78 = 7/8, 89 = 8/9, 910 = 9/10
|
||||
(DVB-T/DVB-T2/DVB-S/DVB-S2)
|
||||
|
||||
Guard interval: The guard interval value
|
||||
4 = 1/4, 8 = 1/8, 16 = 1/16, 32 = 1/32, 128 = 1/128,
|
||||
19128 = 19/128, 19256 = 19/256
|
||||
(DVB-T/DVB-T2)
|
||||
|
||||
Modulation: Specifies the modulation/constellation of the channel
|
||||
2 = QPSK (DVB-S, DVB-S2, DVB-T, DVB-T2)
|
||||
5 = 8PSK (DVB-S, DVB-S2)
|
||||
16 = QAM16 (DVB-T, DVB-T2)
|
||||
64 = QAM64 (DVB-T, DVB-T2)
|
||||
256 = QAM256 (DVB-T2)
|
||||
|
||||
Pilot tones: Specifies pilot tones usage
|
||||
0 = off, 1 = on
|
||||
(DVB-S2)
|
||||
|
||||
Rolloff: The Nyquist filter rolloff factor
|
||||
35 = 0.35, 25 = 0.25, 20 = 0.20
|
||||
(DVB-S/DVB-S2)
|
||||
|
||||
Stream id: Physical Layer Pipe (PLP) id (0-255) for DVB-T2 multiplex
|
||||
(DVB-T2)
|
||||
|
||||
T2 system id: Unique identifier (0-65535) of the T2 system
|
||||
(DVB-T2)
|
||||
|
||||
Transmission mode: Number of DVB-T OFDM carriers
|
||||
32 = 32k, 16 = 16k, 8 = 8k, 4 = 4k, 2 = 2k, 1 = 1k
|
||||
(DVB-T/DVB-T2)
|
||||
|
||||
Delivery System: The delivery system
|
||||
0 = "first generation" (DVB-S/DVB-T)
|
||||
1 = "second generation" (DVB-S2/DVB-T2)
|
||||
|
||||
Polarization: Satellite antenna polarization
|
||||
H = horizontal, V = vertical
|
||||
R = circular right, L = circular left
|
||||
(DVB-S/DVB-S2)
|
||||
|
||||
Signal source: Specifies the signal source (satellite) position
|
||||
(DVB-S/DVB-S2)
|
||||
|
||||
SISO/MISO: Specifies the Single-Input/Multiple-Input Single-Output mode
|
||||
0 = SISO, 1 = MISO
|
||||
(DVB-T2)
|
||||
|
||||
- Source
|
||||
|
||||
There are two separate signal sources for SAT>IP channels:
|
||||
Z = SAT>IP Satellite (DVB-S/DVB-S2)
|
||||
Y = SAT>IP Terrestrial (DVB-T/DVB-T2)
|
||||
|
||||
- Examples
|
||||
|
||||
MTV3;DVB-T:658000000:B8C23D23G8M64S0T8Y0:T:0:305=2:561=fin@4,562=dut@4:5010;1073=fin,1074=dut:0:49:8438:8193:0
|
||||
=>
|
||||
MTV3;SAT>IP:658000000:B8C23G8M64S0T8:Y:0:305=2:561=fin@4,562=dut@4:5010;1073=fin,1074=dut:0:49:8438:8193:0
|
||||
|
||||
Das Erste HD;DVB-S2:11494:HC23M5O35S1:S19.2E:22000:5101=27:5102=deu@3,5103=mis@3;5106=deu@106:5104;5105=deu:0:10301:1:1019:0
|
||||
=>
|
||||
Das Erste HD;SAT>IP:11494:HC23M5O35S1:Z:22000:5101=27:5102=deu@3,5103=mis@3;5106=deu@106:5104;5105=deu:0:10301:1:1019:0
|
||||
|
||||
Notes:
|
||||
|
||||
- The stream id "-1" states about unsuccessful tuning. This might be a
|
||||
@@ -169,6 +93,12 @@ Notes:
|
||||
- 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 100% compliance against SAT>IP specification 1.2 requires a
|
||||
patched VDR.
|
||||
|
||||
Acknowledgements:
|
||||
|
||||
- Big thanks to Digital Devices GmbH for providing the Octopus Net
|
||||
|
||||
Reference in New Issue
Block a user