Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: audio- / video sync problems with CVS version
Christian Schuld wrote:
>
> When i open /dev/ost/demux twice and set vpid and apid independently like
> this, the sync between audio and video is lost.
>
> struct dmxPesFilterParams p;
> p.pid = vpid;
> p.input = DMX_IN_FRONTEND;
> p.output = DMX_OUT_DECODER;
> p.pesType = DMX_PES_VIDEO; // DMX_PES_AUDIO;
> p.flags = DMX_IMMEDIATE_START;
> ioret = ioctl( fd, DMX_SET_PES_FILTER, &p);
Works here (current CVS version).
Does the sync problem occur on all programs/transponders or
just on specific ones?
> Or is there a special call for both apid and vpid that i am missing?
No.
Johannes
---
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index