Mailing List archive

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

[linux-dvb] Re: insmod saa7146_core.o debug = 3 for WinTV-NOVA-t



Johannes Stezenbach writes:
 > On Tue, Jul 16, 2002 at 05:06:34PM +0200, mocm@metzlerbros.de wrote:
 > > Alexander Nasonov writes:
 > >  > read("/dev/dvb/adapter0/demux0"): Resource temporarily unavailable
 > >  > 
 > >  >    memset(&pesfilter, 0, sizeof(pesfilter));
 > >  >    pesfilter.pid = 8192; 
 > >  >    pesfilter.input = DMX_IN_FRONTEND;
 > >  >    pesfilter.output = DMX_OUT_TAP;
 > > 
 > > You are sending it to the TAP, that's the dvr device. You should open
 > > and read from /dev/dvb/adapter0/dvr0.
 > 
 > I thought DMX_OUT_TS_TAP routed data to dvr0, DMX_OUT_TAP output
 > goes to demux0?

Sorry, you are right. I was thinking about TS_TAP, because I can't see
why anyone would want to get PES from the demux, especially when using
pid 8192 (That won't work in any case). He probably also needs to
increase the buffer size for the demux. But for testing if you get any
data at all, I wouldn't use it. 

Marcus

-- 
/--------------------------------------------------------------------\
| Dr. Marcus O.C. Metzler        |                                   |
|--------------------------------|-----------------------------------|
| mocm@metzlerbros.de            | http://www.metzlerbros.de/        |
\--------------------------------------------------------------------/



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



Home | Main Index | Thread Index