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 to filter one

Re: [linux-dvb] DVB-S Stream multiple Channels

2008-03-05 Thread Zaheer Merali
On Wed, Mar 5, 2008 at 9:58 AM, Nikos Parastatidis [EMAIL PROTECTED] wrote: Hi there i would like to ask you if it is posible to stream multiple channels with any DVB-S card in linux. do DVB-S have the capability to decode/tune to multiple channels? i know this is not posible at DVB-T

Re: [linux-dvb] [PATCH] DMX_OUT_TSDEMUX_TAP: record two streams from same mux

2008-02-27 Thread Zaheer Merali
2008/2/26 Peter Hartley [EMAIL PROTECTED]: Hi there, Currently (in linux-2.6.24, but linux-dvb hg looks similar), the dmx_output_t in the dmx_pes_filter_params decides two things: whether output is sent to demux0 or dvr0 (in dmxdev.c:dvb_dmxdev_ts_callback), *and* whether to depacketise

Re: [linux-dvb] [PATCH] DMX_OUT_TSDEMUX_TAP: record two streams from same mux

2008-02-27 Thread Zaheer Merali
On Wed, Feb 27, 2008 at 10:56 PM, Manu Abraham [EMAIL PROTECTED] wrote: Zaheer Merali wrote: So we don't take the whole multiplex into userspace, just the pids we need on an as needed basis. Though this will work for FTA streams, it won't work for scrambled streams. Regards, Manu