Re: Linux DVB Explained..

2012-11-20 Thread Richard
Hi Patrick, Thanks for some clarifications, they are invaluable. On 19 November 2012 10:52, Patrick Boettcher wrote: > Hi Richard, >> >> --- >> The hardware I am using has 6 TS data inputs, 4 tuners (linked to TS >> inputs) and hardware PID filters and I am trying to establish

Re: Linux DVB Explained..

2012-11-19 Thread Patrick Boettcher
Hi Richard, I can maybe answer some of your questions with semi-complete answers in the hope it helps you further. On Saturday 17 November 2012 13:35:18 Richard wrote: > struct dvb_demux : > This has a start_feed and a stop feed. What feed is this? ... the > RAW 188 byte packets from the devic

Re: Linux DVB Explained..

2012-11-17 Thread Richard
Apologies Mauro, I accidentailly bumped the 'Send' whilst typing your name. The message is addressed to Mauro and All, On 17 November 2012 13:35, Richard wrote: > Hi Mau, > > > I have started documenting a HOWTO on making a linuxDVB device and > would like to know what the following is used for.

Linux DVB Explained..

2012-11-17 Thread Richard
Hi Mau, I have started documenting a HOWTO on making a linuxDVB device and would like to know what the following is used for struct dvb_demux : This has a start_feed and a stop feed. What feed is this? ... the RAW 188 byte packets from the device perhaps? What is the main purpose of this