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

Disable socket flushing.

This commit is contained in:
Rolf Ahrenberg 2015-02-20 20:51:31 +02:00
parent 7196c9403b
commit 4139e87f4a

View File

@ -197,8 +197,8 @@ bool cSatipTuner::Connect(void)
else if (rtspM.Options(*connectionUri)) { else if (rtspM.Options(*connectionUri)) {
cString uri = cString::sprintf("%s?%s", *connectionUri, *streamParamM); cString uri = cString::sprintf("%s?%s", *connectionUri, *streamParamM);
// Flush any old content // Flush any old content
rtpM.Flush(); //rtpM.Flush();
rtcpM.Flush(); //rtcpM.Flush();
if (rtspM.Setup(*uri, rtpM.Port(), rtcpM.Port())) { if (rtspM.Setup(*uri, rtpM.Port(), rtcpM.Port())) {
keepAliveM.Set(timeoutM); keepAliveM.Set(timeoutM);
if (nextServerM.IsValid()) { if (nextServerM.IsValid()) {