From: Chris Tallon Date: Sun, 25 Nov 2007 14:47:54 +0000 (+0000) Subject: Live TV update X-Git-Tag: r0-3-0~25 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=e0173289856d2fa047bfa31a2b5174d382f5189e;p=vompserver.git Live TV update --- 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);