mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
hack for hack
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@798 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1448,7 +1448,10 @@ printf("[zapit] recording mode: %d\n", msgSetRecordMode.activate);fflush(stdout)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case CZapitMessages::CMD_SB_LOCK_PLAYBACK:
|
case CZapitMessages::CMD_SB_LOCK_PLAYBACK:
|
||||||
|
/* hack. if standby true, dont blank video */
|
||||||
|
standby = true;
|
||||||
stopPlayBack(true);
|
stopPlayBack(true);
|
||||||
|
standby = false;
|
||||||
playbackStopForced = true;
|
playbackStopForced = true;
|
||||||
response.cmd = CZapitMessages::CMD_READY;
|
response.cmd = CZapitMessages::CMD_READY;
|
||||||
CBasicServer::send_data(connfd, &response, sizeof(response));
|
CBasicServer::send_data(connfd, &response, sizeof(response));
|
||||||
@@ -2001,6 +2004,7 @@ in record mode we stop onle cam1, while cam continue to decrypt recording channe
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (videoDecoder) {
|
if (videoDecoder) {
|
||||||
|
/* hack. if standby, dont blank video -> for paused timeshift */
|
||||||
videoDecoder->Stop(standby ? false : true);
|
videoDecoder->Stop(standby ? false : true);
|
||||||
videoDecoder->StopVBI();
|
videoDecoder->StopVBI();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user