1
0
mirror of https://github.com/rofafor/vdr-plugin-satip.git synced 2023-10-10 13:37:42 +02:00

Reset the RTSP connection after any failed connect.

This commit is contained in:
Rolf Ahrenberg 2015-06-04 18:49:03 +03:00
parent ba0b808ec4
commit 49e2dd1fc1
2 changed files with 2 additions and 2 deletions

View File

@ -141,3 +141,4 @@ VDR Plugin 'satip' Revision History
2015-xx-xx: Version 2.2.3
- Added a timeout for releasing idling devices.
- Reset the RTSP connection after any failed connect.

View File

@ -224,8 +224,7 @@ bool cSatipTuner::Connect(void)
return true;
}
}
else
rtspM.Reset();
rtspM.Reset();
streamIdM = -1;
error("Connect failed [device %d]", deviceIdM);
}