[linux-dvb] Non blocking IO on dvr0 device

2007-11-08 Thread Simon Hargreaves
I've been writing a rolling video recording programme that stores the transport stream to disk in half hour chunks. And to allow it to cope with retuning of the satellite card and still continue to record I've opened the devices and used fcntl to turn it into a non blocking device. Now the

Re: [linux-dvb] Non blocking IO on dvr0 device

2007-11-09 Thread Simon Hargreaves
David Härdeman wrote: On Fri, November 9, 2007 03:33, Felix Domke wrote: Banana Banana wrote: On Nov 9, 2007 12:22 AM, Simon Hargreaves [EMAIL PROTECTED] wrote: I'm using 2.6.12-gentoo-r6 #1 SMP kernel. Try a more recent kernel

[linux-dvb] Command line dvb tuning utilities

2007-11-09 Thread Simon Hargreaves
What dvb tuning command line utilities are there for linux at the moment? The options I have a zap, but this does not tune to a service ID it requires specified video and audio pids, or dvbtune which although will tune into a service id it doesn't set the dvr0 device up for TS recording as

Re: [linux-dvb] Non blocking IO on dvr0 device

2007-11-09 Thread Simon Hargreaves
Simon Hargreaves wrote: David Härdeman wrote: On Fri, November 9, 2007 03:33, Felix Domke wrote: Banana Banana wrote: On Nov 9, 2007 12:22 AM, Simon Hargreaves [EMAIL PROTECTED] wrote: I'm using 2.6.12-gentoo-r6 #1 SMP kernel

Re: [linux-dvb] Command line dvb tuning utilities

2007-11-09 Thread Simon Hargreaves
Manu Abraham wrote: Simon Hargreaves wrote: What dvb tuning command line utilities are there for linux at the moment? The options I have a zap, but this does not tune to a service ID it requires specified video and audio pids, or dvbtune which although will tune into a service id

[linux-dvb] Hardware decode and dvr device

2007-11-13 Thread Simon Hargreaves
I've been going through the code for the gnutv app and the libdvbapi. It looks like the way that a demux and output method is set up is that a filter structure is created including the tuning information, output method and pids to demux/decode. Now it seems that there is only enumerated values