I use C6655 to get IP camera stream ,decode and analysis the images;The IP camera frame rate is 10,and I frame interval is 12;Getting stream and decode and analysis must be finished within 200ms,So I tried to switch these task from 1 microsecond to 100 millisecond to simulate the time slice rotation scheduling algorithm,However I find the rtp packet loss is very serious.
The TI engineers,What should I do to solve rtp packet loss problem.In addition,I refered to time-slice example in SYS/BIS user guide.