On 19.02.2012 14:54, Klaus Schmidinger wrote:
VDR developer version 1.7.24 is now available ... ... - Fixed switching into time shift mode when pausing live video (thanks to Reinhard Nissl for helping to debug this one).
Just realized that on channels with 50fps the info file needs to be re-read to get the actual fps rate after the index file has been written: --- dvbplayer.c 2012/02/19 10:48:02 2.23 +++ dvbplayer.c 2012/02/19 14:21:22 @@ -291,6 +291,8 @@ delete index; index = NULL; } + else if (PauseLive) + framesPerSecond = cRecording(FileName).FramesPerSecond(); // the fps rate might have changed from the default } cDvbPlayer::~cDvbPlayer() Klaus _______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr