From 3672b7e1326c06c886e547903a0f33e2d7e817ca Mon Sep 17 00:00:00 2001 From: thlo Date: Sat, 2 Feb 2013 14:26:32 +0100 Subject: do stream-to-end when time request is used while recording is on-going. --- vdr-smarttvweb/httpresource.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vdr-smarttvweb') diff --git a/vdr-smarttvweb/httpresource.c b/vdr-smarttvweb/httpresource.c index 3e1e21c..659ef17 100755 --- a/vdr-smarttvweb/httpresource.c +++ b/vdr-smarttvweb/httpresource.c @@ -2194,6 +2194,9 @@ bool cHttpResource::isTimeRequest(struct stat64 *statbuf) { } } + if (mIsRecording) + mStreamToEnd = true; + time = atof(time_str.c_str()); *(mLog->log())<< DEBUGPREFIX << " Found a Time Parameter: " << time -- cgit v1.2.3