[linux-dvb] Implementing support for multi-channel

2008-03-13 Thread Andrea
> -Original Message- > Thank you everybody for the answers so far, I do have enough software-based > solutions to start testing. > However, there's still the question: can filtering be done in the driver? Have you read my last post? http://www.linuxtv.org/pipermail/linux-dvb/2008-Marc

Re: [linux-dvb] Implementing support for multi-channel

2008-03-13 Thread Ben Backx
> -Original Message- > From: Tero Pelander [mailto:[EMAIL PROTECTED] > Sent: 13 March 2008 07:29 > To: Ben Backx > Subject: Re: [linux-dvb] Implementing support for multi-channel > > On Wed, Mar 12, 2008 at 12:19:58PM -, Stephen Rowles wrote: > >> I was

[linux-dvb] Implementing support for multi-channel

2008-03-12 Thread Andrea
> It's (partly) for a research project, so I have to look at all possible > solutions, software being one, so dvbstreamer is part of the solution :-) > The others are at driver and hardware level (the hardware supports this). I can try to explain you what I have understood. Please anybody corr

Re: [linux-dvb] Implementing support for multi-channel

2008-03-12 Thread Ben Backx
> -Original Message- > From: Stephen Rowles [mailto:[EMAIL PROTECTED] > Sent: 12 March 2008 13:20 > To: Ben Backx > Cc: linux-dvb@linuxtv.org > Subject: Re: [linux-dvb] Implementing support for multi-channel > > > Hello, > > > > I was wondering

Re: [linux-dvb] Implementing support for multi-channel

2008-03-12 Thread Zaheer Merali
On Wed, Mar 12, 2008 at 12:19 PM, Stephen Rowles <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > I was wondering if there's some info to find on how to implement (and > > test) > > multi-channel receiving? > > It's possible, because dvb uses streams and the driver is currently > > capable >

Re: [linux-dvb] Implementing support for multi-channel

2008-03-12 Thread Stephen Rowles
> Hello, > > I was wondering if there's some info to find on how to implement (and > test) > multi-channel receiving? > It's possible, because dvb uses streams and the driver is currently > capable > to filter one channel, but how can I implement the support of > multi-channel > filtering? > Is the

Re: [linux-dvb] Implementing support for multi-channel

2008-03-12 Thread Ben Backx
> -Original Message- > From: Jarryd Beck [mailto:[EMAIL PROTECTED] > Sent: 12 March 2008 11:32 > To: Ben Backx > Cc: linux-dvb@linuxtv.org > Subject: Re: [linux-dvb] Implementing support for multi-channel > > 2008/3/12 Ben Backx <[EMAIL PROTECTED]>: > &

Re: [linux-dvb] Implementing support for multi-channel

2008-03-12 Thread Jarryd Beck
2008/3/12 Ben Backx <[EMAIL PROTECTED]>: > > > > Hello, > > I was wondering if there's some info to find on how to implement (and test) > multi-channel receiving? > > It's possible, because dvb uses streams and the driver is currently capable > to filter one channel, but how can I implement the sup

[linux-dvb] Implementing support for multi-channel

2008-03-12 Thread Ben Backx
Hello, I was wondering if there's some info to find on how to implement (and test) multi-channel receiving? It's possible, because dvb uses streams and the driver is currently capable to filter one channel, but how can I implement the support of multi-channel filtering? Is there perhaps an open-so