mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 11:37:42 +00:00
fix missing retune resulting in black screen
(cherry picked from commit 0f20f764bce549f7866ab19a91d0850397de21ea)
This commit is contained in:
parent
a76ff4c25a
commit
5b3d3a8fd9
1
tuner.c
1
tuner.c
@ -244,6 +244,7 @@ bool cSatipTuner::Connect(void)
|
|||||||
if (useTcp)
|
if (useTcp)
|
||||||
debug1("%s Requesting TCP [device %d]", __PRETTY_FUNCTION__, deviceIdM);
|
debug1("%s Requesting TCP [device %d]", __PRETTY_FUNCTION__, deviceIdM);
|
||||||
if (rtspM.Setup(*uri, rtpM.Port(), rtcpM.Port(), useTcp)) {
|
if (rtspM.Setup(*uri, rtpM.Port(), rtcpM.Port(), useTcp)) {
|
||||||
|
lastParamM = streamParamM;
|
||||||
keepAliveM.Set(timeoutM);
|
keepAliveM.Set(timeoutM);
|
||||||
if (nextServerM.IsValid()) {
|
if (nextServerM.IsValid()) {
|
||||||
currentServerM = nextServerM;
|
currentServerM = nextServerM;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user