After updating to the latest cvs of the dvd plugin, I am getting these strange errors in my syslog (using vdr-1.3.23).
Apr 15 22:24:35 sid vdr[6779]: dvd-plugin thread started (pid=6779, tid=950280) Apr 15 22:24:35 sid vdr[6779]: dvd-plugin: BitStreamOutActive=0, HasBitStreamOut=0 (0) Apr 15 22:24:35 sid vdr[6779]: dvd-plugin: SoftDeviceOutActive=0, HasSoftDeviceOut=0 Apr 15 22:40:12 sid vdr[6779]: ERROR: dvd-plugin iframeassembler full 524772 Apr 15 22:40:12 sid last message repeated 11 times
Best Regards,
C.Y.M wrote:
After updating to the latest cvs of the dvd plugin, I am getting these strange errors in my syslog (using vdr-1.3.23).
Apr 15 22:24:35 sid vdr[6779]: dvd-plugin thread started (pid=6779, tid=950280) Apr 15 22:24:35 sid vdr[6779]: dvd-plugin: BitStreamOutActive=0, HasBitStreamOut=0 (0) Apr 15 22:24:35 sid vdr[6779]: dvd-plugin: SoftDeviceOutActive=0, HasSoftDeviceOut=0 Apr 15 22:40:12 sid vdr[6779]: ERROR: dvd-plugin iframeassembler full 524772 Apr 15 22:40:12 sid last message repeated 11 times
I did not notice this recent change in player-dvd.c. Perhaps it will fix the problem. Thanks.
@@ -1458,9 +1458,10 @@ data += cPStream::PESHeaderLength(sector); //skip mandatory header bytes data += 3; + datalen -= 3;