From e0173289856d2fa047bfa31a2b5174d382f5189e Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sun, 25 Nov 2007 14:47:54 +0000 Subject: [PATCH] Live TV update --- mvpclient.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mvpclient.c b/mvpclient.c index c2c23b5..21674e9 100644 --- a/mvpclient.c +++ b/mvpclient.c @@ -795,6 +795,12 @@ int MVPClient::processGetChannelPids(UCHAR* data, int length, ResponsePacket* rp int MVPClient::processStartStreamingChannel(UCHAR* data, int length, ULONG streamID, ResponsePacket* rp) { + if (lp) + { + log->log("Client", Log::ERR, "Client called start streaming twice"); + return 0; + } + log->log("Client", Log::DEBUG, "length = %i", length); ULONG channelNumber = ntohl(*(ULONG*)data); -- 2.39.2