I am basically trying to use Sylvain Boily <https://github.com/sboily>'s implementation of res_ari_stream.c <https://github.com/sboily/wazo-hackathon-asterisk-stream-module/blob/master/res_ari_stream.c> in Asterisk 13. And from what I can understand is that he is buffering the frame data received via ast_framehook_interface's event_cb into *ast_data_buffer* structure and then writing it to a websocket by continuously reading from *ast_data_buffer*.
On Mon, 5 Aug 2019 at 15:05, Joshua C. Colp <[email protected]> wrote: > On Mon, Aug 5, 2019, at 4:48 AM, Mohit Dhiman wrote: > > Hi, > > can anyone suggest if there is an equivalent (or closest > > implementation) of ast_data_buffer in Asterisk 13? > > What exactly do you need from such an API? > > -- > Joshua C. Colp > Digium - A Sangoma Company | Senior Software Developer > 445 Jan Davis Drive NW - Huntsville, AL 35806 - US > Check us out at: www.digium.com & www.asterisk.org > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-dev mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-dev
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
