Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: AW: Re: ANNOUNCE: vdr-dxr3-0.1.0



On Mon, 11 Nov 2002 15:26:51 +0100, dxr3_osd@schluenss.de wrote:

> Because the audio/video-data will be decoded by the ARM on the DVB-s.
> For the DXR3 the audio has to be decoded by the CPU and has to be send
> in time to the DXR3 card. In this case the plugin seems to be unable to
> deliver these decoded audio data to the DXR3 in time and lost A/V-sync
> for a short moment.

Then you need a buffer thread which just reads the data from the file
and buffers it to memory. The thread handling the DXR3 should only do
the processing and get the data from memory so that there is no latency
introduced.

Emil


--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index