On 08.02.2010 22:21, Reinhard Nissl wrote:
Hi,
Am 08.02.2010 22:06, schrieb Goga777:
In vdr/xine/vdr-xine logs I can see following
Feb 8 21:16:31 arvdr vdr: [2544] cVideoRepacker: switching to MPEG1/2 mode Feb 8 21:16:31 arvdr vdr: [2544] cVideoRepacker: operating in MPEG1/2 mode Feb 8 21:16:33 arvdr vdr: [2544] cVideoRepacker: switching to MPEG1/2 mode Feb 8 21:16:33 arvdr vdr: [2544] cVideoRepacker: operating in MPEG1/2 mode Feb 8 21:16:33 arvdr logger: video
I can only reproduce this issue on channels with separate PCR pid. I'll have to investigate further to find a solution.
As of version 1.7.12 VDR records the PCR pid if it is different than the video PID. For lack of better knowledge I made cDevice::PlayTs() send the PCR packets to PlayTsVideo(). The FF cards don't have a problem with that, but maybe xine or the cVideoRepacker does. Maybe VDR shouldn't even "replay" the PCR data - please advise.
Klaus