Hello, On 8/22/06, Paul Yago <[EMAIL PROTECTED]> wrote: > I'd like to get the inbound media after the ToNet->JitterBuffer->Decode > have processed the frames, and feed them to queue within my application. > And I'd appreciate it if someone could give me the best advice on how to > do this. Is this something that should be handled in the Media Task > portion of the flow graph? If you need media data right after Decode, you may simply put MprToQueue right after it. And if you do not need conference mode and other complicated media processing you do not need Bridge, and the rest of the flow graph. You may build your own flowgraph
> A) Is it best to add a link between the MprBridge and a newly created > MprToQueue instance (which would replace the MrpToSpkr)? Do you think about creating new resource - MprToQueue? > B) If I did so, would I pull the payload from "MpBufPtr inBufs[]"? Yes. All resources get their input from inBufs and put their output to outBufs. Regards, Alexander Chemeris. _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
