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.

Simple way to use GetAVData() in live streaming

Other Parts Discussed in Thread: DM388

Hi

RDK: IPNC RDK3.8, DM388

I have a separate process which uses GetAVData() to get encoded frames from streaming ring buffer. It is consuming lot of CPU power on A8, since I am using while(1) loop. Is there a simple way to avoid using while(1) loop, so that I process the frame only  when it is actually available , instead of waiting in a loop. I have already gone thru the RTSP/HTTP streaming code in ipnc_app.(APPROInput.c)  It looks  very complex. I need a simple mechanism to replace the while(1) loop. Pls help.

Any code examples. hints?

Best Regards

JK