[mythtv-commits] [MythTV/mythtv] ba3043: DiSEqC support for SatIP
kmdewaal
noreply at github.com
Sat Dec 17 22:51:47 UTC 2022
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: ba30439e67b6acb22bb078825928ceab8650bec7
https://github.com/MythTV/mythtv/commit/ba30439e67b6acb22bb078825928ceab8650bec7
Author: Klaas de Waal <klaas at kldo.nl>
Date: 2022-12-17 (Sat, 17 Dec 2022)
Changed paths:
M mythtv/libs/libmythtv/cardutil.cpp
M mythtv/libs/libmythtv/cardutil.h
M mythtv/libs/libmythtv/recorders/satipchannel.cpp
M mythtv/libs/libmythtv/recorders/satipstreamhandler.cpp
M mythtv/libs/libmythtv/recorders/satipstreamhandler.h
M mythtv/libs/libmythtv/videosource.cpp
Log Message:
-----------
DiSEqC support for SatIP
The "src" value in the SatIP tune command selects the DiSEqC position in the minisatip server.
The default value of 1 is used to select the LNB at the first position and this
is also the correct value when the LNB is connected without a switch in between.
The value 2 selects the second position on the DiSEqC switch etc.
The value is stored in the already existing but previously unused field dvb_diseqc_type
in table capturecard; there is no schema upgrade needed for this feature.
More information about the mythtv-commits
mailing list