From: Andrea <mariofutire@googlemail.com>
To: linux-dvb@linuxtv.org
Subject: [linux-dvb] Implementing support for multi-channel
Date: Wed, 12 Mar 2008 20:47:39 +0000 [thread overview]
Message-ID: <47D8416B.8020804@googlemail.com> (raw)
In-Reply-To: <mailman.127.1205345831.830.linux-dvb@linuxtv.org>
> 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 correct me where I am wrong.
The following is true in the case of a USB card capable of passing the whole TS to the kernel.
1 tuner => only 1 frequency!
The dvr is useless since it can be opened only once.
You can open the demux as many times as you want.
Each time you set a filter.
Then you can read from them.
You can filter
1) based on a PID
2) just get the whole signal
3) set a section filter
case 1 and 2: you can decide whether to get the TS or PES version of the stream.
I am not too sure about PES. TS is pretty easy to use.
If you want to get a channel (audio + video), then you are in trouble.
I can only filter 1 pid, or the whole TS. So you would need to get the whole signal from each demux
and filter (audio, video, subtitles...) in your userspace application (which is a big waste!)
I have tried to ask (but did not get any answer) in this list, what people think about multi pid
filter, so that you can get a full channel in each demux.
Hope it helps.
Andrea
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
next parent reply other threads:[~2008-03-12 20:47 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.127.1205345831.830.linux-dvb@linuxtv.org>
2008-03-12 20:47 ` Andrea [this message]
2008-03-13 21:43 [linux-dvb] Implementing support for multi-channel Andrea
2008-03-24 10:48 ` Ben Backx
2008-03-24 13:55 ` Andrea
2008-03-24 18:30 ` Ben Backx
2008-03-24 18:58 ` ldvb
2008-04-05 20:05 ` Ben Backx
-- strict thread matches above, loose matches on Subject: below --
2008-03-12 10:27 Ben Backx
2008-03-12 10:31 ` Jarryd Beck
2008-03-12 10:36 ` Ben Backx
2008-03-12 12:19 ` Stephen Rowles
2008-03-12 12:35 ` Zaheer Merali
2008-03-12 17:03 ` Ben Backx
[not found] ` <20080313062848.GC17780@tkukoulu.fi>
2008-03-13 11:00 ` Ben Backx
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47D8416B.8020804@googlemail.com \
--to=mariofutire@googlemail.com \
--cc=linux-dvb@linuxtv.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.