Re: [Live-devel] AAC Strean using live source(Device Source)

2012-12-06 Thread dhara bagadia
ok so do i need to specify sampling frequency,channel configuration and config string in my new device source instance?if yes then how? Can you please provide me sample code for that? On Thu, Dec 6, 2012 at 8:32 PM, Ross Finlayson wrote: > That's true but what modifications are required in Crea

Re: [Live-devel] AAC Strean using live source(Device Source)

2012-12-06 Thread Ross Finlayson
> That's true but what modifications are required in CreateStreamsource Virtual > function as it is returning ADTSFileSource Instance. ADTSFileSource takes > name of file as an argument where in my case an aac audio frame is provided > by my device source(LiveSource). Your "createNewStreamSourc

Re: [Live-devel] AAC Strean using live source(Device Source)

2012-12-06 Thread dhara bagadia
That's true but what modifications are required in CreateStreamsource Virtual function as it is returning ADTSFileSource Instance. ADTSFileSource takes name of file as an argument where in my case an aac audio frame is provided by my device source(LiveSource). On Wed, Dec 5, 2012 at 10:19 PM, Ross

Re: [Live-devel] AAC Strean using live source(Device Source)

2012-12-05 Thread Ross Finlayson
> I Want to stream AAC using my live source.But i didn't find any framer for > aac.Do i need to implement my own AAC framer? If your input source object delivers discrete AAC audio frames (i.e., one frame at a time), then you don't need a separate 'framer' object. (Just make sure that your inp