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:
parent
7196c9403b
commit
4139e87f4a
4
tuner.c
4
tuner.c
@ -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()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user