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

[Live-devel] Source, Frames and Parsers

2009-08-17 Thread Michael Braitmaier
Hi everyone! I am trying to work with live555/liveMedia for a while now, however I still have a problem of conceptually understand the relationship between several classes in the library. My goal is to write a small application that instanciates a subclass of DeviceSource and then pass it on