Re: [ivtv-devel] the application is not reading fast enough

2007-02-11 Thread Linux TV homemaillist
On Thursday 18 January 2007 20:58, Martin Dauskardt wrote: ok, it seems as if it is not the pvrinput-plugin (which does only open vbi0 for ioctls, without reading from it) but the teletext-plugin. The log with ivtvctl -D3: Based on the log and a peek at the code I can confirm this is a

Re: [ivtv-devel] the application is not reading fast enough

2007-01-19 Thread Miles Lott
FWIW, there is an issue with the nvidia driver for xorg. If GLX is enabled, this can happen. For me, as soon as I disabled glx the problem goes away. I use 0.9.1 on 2.6.19 and the latest nvidia driver 9746 for amd64. Martin Dauskardt wrote: Since using the current trunk, I get this error:

Re: [ivtv-devel] the application is not reading fast enough

2007-01-18 Thread Martin Dauskardt
ok, it seems as if it is not the pvrinput-plugin (which does only open vbi0 for ioctls, without reading from it) but the teletext-plugin. The log with ivtvctl -D3: Jan 18 20:41:38 linvdr user.info kernel: ivtv0 info: ivtv start v4l2 stream Jan 18 20:41:38 linvdr user.debug vdr: [3798] LIRC

Re: [ivtv-devel] the application is not reading fast enough

2007-01-18 Thread Martin Dauskardt
if I start it without ivtvctl -D3, the errors appear again -even without teletext-plugin ... setting ivtvctl -D3 before I start the application, and it works (without teletext-plugin of course) does this make any sense?? Voodoo? I testedt it several times! -- Feel free - 10 GB Mailbox, 100

Re: [ivtv-devel] the application is not reading fast enough

2007-01-17 Thread Hans Verkuil
On Wednesday 17 January 2007 21:17, Martin Dauskardt wrote: Since using the current trunk, I get this error: 'current trunk'? Is that the very latest one? I remember that a previous version had a bug resulting in these messages, but that should be fixed. ivtv0: All encoder VBI stream

Re: [ivtv-devel] the application is not reading fast enough

2007-01-17 Thread Martin Dauskardt
From: Hans Verkuil [EMAIL PROTECTED] On Wednesday 17 January 2007 21:17, Martin Dauskardt wrote: Since using the current trunk, I get this error: 'current trunk'? Is that the very latest one? I remember that a previous version had a bug resulting in these messages, but that should be

Re: [ivtv-devel] the application is not reading fast enough

2007-01-17 Thread Martin Dauskardt
'encoder VBI'! Has nothing to do with the MPEG buffers, but all with the /dev/vbi0 device. Do you use /dev/vbi0 at all? yes, the pvrinput-plugin uses vbi (teletext). aha! I removed the vbi code in the pvrinput-plugin with an #if 0-loop: void cPvrReadThread::Action(void) { unsigned char

Re: [ivtv-devel] the application is not reading fast enough

2007-01-17 Thread Hans Verkuil
On Wednesday 17 January 2007 23:25, Martin Dauskardt wrote: From: Hans Verkuil [EMAIL PROTECTED] On Wednesday 17 January 2007 21:17, Martin Dauskardt wrote: Since using the current trunk, I get this error: 'current trunk'? Is that the very latest one? I remember that a previous

Re: [ivtv-devel] the application is not reading fast enough

2007-01-17 Thread Hans Verkuil
On Thursday 18 January 2007 00:03, Martin Dauskardt wrote: 'encoder VBI'! Has nothing to do with the MPEG buffers, but all with the /dev/vbi0 device. Do you use /dev/vbi0 at all? yes, the pvrinput-plugin uses vbi (teletext). aha! I removed the vbi code in the pvrinput-plugin with an #if