Hi Team,
My use-case is that receive AAC data from RTSP client and send buffer(every time with random size) to decoder but after some time Adec_process(RGSAudDecCtrl.decHndl, &RGSAudDecCtrl.decPrm) return failed.
Let me know any solution.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Team,
My use-case is that receive AAC data from RTSP client and send buffer(every time with random size) to decoder but after some time Adec_process(RGSAudDecCtrl.decHndl, &RGSAudDecCtrl.decPrm) return failed.
Let me know any solution.
Try to print extendedError on failure cases. Current code of Audio_decodeAac() returns immediately if Rpe_process() fails. You will have to change this and print extendedError on failures on Rpe_process.