public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Linux DVB Explained..
@ 2012-11-17 13:35 Richard
  2012-11-17 15:52 ` Richard
  2012-11-19 10:52 ` Patrick Boettcher
  0 siblings, 2 replies; 4+ messages in thread
From: Richard @ 2012-11-17 13:35 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media, Antti Palosaari

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 structure?

struct dmx_demux :
This structure holds the frontend device struct and contains the .fops
for read/write.  Is this the main interface when using the
/dev/dvb/adapterX/demux ? /dvr?


So far...

adapter = dvb_register_adapter() : Register a new DVB device adapter
(called once)
dvb_dmx_init(dvbdemux);  // Called once per Demux chain?
dvb_dmxdev_init();  // Called once per demux chain ? same as above

-------------------
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 the
relationship of dmx and dmxdev.


Any clarification is most welcome
Best Regards,
Richard

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

end of thread, other threads:[~2012-11-20 11:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-17 13:35 Linux DVB Explained Richard
2012-11-17 15:52 ` Richard
2012-11-19 10:52 ` Patrick Boettcher
2012-11-20 11:27   ` Richard

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