public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* DVB TS/PES filters
@ 2012-01-26 15:40 Tony Houghton
  2012-02-01 13:32 ` Tony Houghton
  2012-02-03 10:20 ` Roberto Ragusa
  0 siblings, 2 replies; 6+ messages in thread
From: Tony Houghton @ 2012-01-26 15:40 UTC (permalink / raw)
  To: linux-media

I could do with a little more information about DMX_SET_PES_FILTER.
Specifically I want to use an output type of DMX_OUT_TS_TAP. I believe
there's a limit on how many filters can be set, but I don't know whether
the kernel imposes such a limit or whether it depends on the hardware,
If the latter, how can I read the limit?

I looked at the code for GStreamer's dvbsrc and that defines a limit of
32 filters. It also implies that using the "magic number" 8192 as the
pid requests the entire stream.

I can't find information about these things in the API docs. Is there
somewhere I can get more details.

If I ended up wanting enough pids to exceed the limit would it work to
allow LIMIT - 1 individual pid filters to be set, then after that set
one for 8192 instead and clear all the others?

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-02-03 10:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-26 15:40 DVB TS/PES filters Tony Houghton
2012-02-01 13:32 ` Tony Houghton
2012-02-01 17:40   ` Lars Hanisch
2012-02-02 19:04     ` Tony Houghton
2012-02-02 22:35       ` Malcolm Priestley
2012-02-03 10:20 ` Roberto Ragusa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox