Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] audio- / video sync problems with CVS version
Hello,
how do i set apid and vpid for normal tv watching without any stream reading?
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);
Or is there a special call for both apid and vpid that i am missing?
Christian
---
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index