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. the problem is with doGetNextFrame() present in the FramedSource::getNextFrame() [ file name: livemedia/FramedSource.cpp ]. the doGetNextFrame() has not been called while running on board. In the code they called like normal C-function instead of that can you please say c++ function so that goGetNextFrame() definition can be executed. Moreover i checked in PC platform it is working fine , but in board the doGetNextFrame() has not been called On Wed, Jul 15, 2015 at 12:19 PM, Ross Finlayson <[email protected]> wrote: > 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 name:void FramedSource::getNextFrame()] > > My doubt is with the function call . > > > I’m sorry, but I don’t understand your question. Can you say more about > what you are trying to do? > > If you are trying to receive a RTSP/RTP stream, then your first task > should be to make sure that “testRTSPClient” and “openRTSP” work OK for you > - before trying to write your own receiving application. > > > Ross Finlayson > Live Networks, Inc. > http://www.live555.com/ > > > _______________________________________________ > live-devel mailing list > [email protected] > http://lists.live555.com/mailman/listinfo/live-devel > >
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
