On Tue, 2006-01-17 at 00:28 -0500, Tony Lill wrote: > I'd like to try to run the thread(s) that transfers the data from the > video device to the file in realtime mode to try and get rid of the > ivtv0 warning: ENC Stream 0 OVERFLOW messages. > > Is Ringbuffer.cpp the right place to do it? It seems to spawn a couple > of threads to read and write stuff. Or is there some other place that > does actual fileio when recording?
Yup, the MpegRecorder in the case of ivtv. There is a DeviceReadBuffer class that functions like a RingBuffer for device reads, but it is not used by MpegRecorder. -- Daniel _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
