Re: [Live-devel] live555 audio client porting

2015-07-15 Thread Ross Finlayson
> in live555 i am using testRTSPclient for audio receive. using this code i > could able send DESCRIBE ,SETUP > while at the same time able to receive the response also. > > the problem is with doGetNextFrame() present in the > FramedSource::getNextFrame() [ file name: livemedia/FramedSource.

Re: [Live-devel] live555 audio client porting

2015-07-15 Thread Sree Venkedesh
I am using live555 for audio receive application , the code will be running on a microcontroller. software : IAR embedded workbench in live555 i am using testRTSPclient for audio receive. using this code i could able send DESCRIBE ,SETUP while at the same time able to receive the response also.

Re: [Live-devel] live555 audio client porting

2015-07-15 Thread Ross Finlayson
> I am porting live555 for audio receive application , which will be running on > a 32-bitcontroller[ ide : IAR ]. i have added only necessary files and now it > is working upto SETUP command. > > The issue is > > doGetNextFrame() in the file livemedia/FramedSource.cpp has not been called. >

[Live-devel] live555 audio client porting

2015-07-14 Thread Sree Venkedesh
Hi *,* I am porting live555 for audio receive application , which will be running on a 32-bitcontroller[ ide : IAR ]. i have added only necessary files and now it is working upto SETUP command. The issue is doGetNextFrame() in the file livemedia/FramedSource.cpp has not been called. [function na