Re: [Live-devel] Source, Frames and Parsers

2009-08-17 Thread Michael Braitmaier
Thanks for your reply. In fact I have discrete frames arriving one by one in the deliverFrame method, so I will check with the sufficient buffer size of the DeviceSource to avoid truncating of frames. Michael Ross Finlayson schrieb: However I am still unclear on how stream parsers fit into thi

Re: [Live-devel] Source, Frames and Parsers

2009-08-17 Thread Ross Finlayson
However I am still unclear on how stream parsers fit into this and for what purpose? Assuming that your data input class (derived from the "DeviceSource" code) delivers discrete audio or video frames (i.e., one frame at a time), then you won't need a 'stream parser' at all. (As the name sugg