Menu

multiread / News: Recent posts

First release

This version of the module appears to work, so I have made a first release. See file README for compilation instructions and example uses. My test case was a budget dvb-t usb card (af901x): I managed to watch four channels by selecting pid=0x2000, redirecting /dev/dvb/adapter0/dvr0 to /dev/example0 and then running an instance of mplayer for each channel. Mplayer sometimes crashes by "bad usage of memory/cpu", especially when quitting it; not sure what the problem is, but it may have to do with memory, as these crashes are rarer when using a file as a circular buffer.

Posted by sgerwk 2007-12-28

Initial version

An initial version of the project is in CVS. It is composed of a kernel module multiread.ko and a program mrsetup for associating a minor with an input device. File README contains an example usage.

Posted by sgerwk 2007-12-11