Hello,<div> this is my first email to this list. That said, we are trying to receive RTSP video (h264 and MPEG4) from our cameras. The problem is we are experiencing packet loss in our devices (iPhone 4, iPad 2 and 3) when we go to higher resolutions (say around 720x536) that are not occurring in the iOS simulation, which seems to discard problems in our implementation. My test application is running an openRTSP style receiver in its own thread, then doing nothing with its payload, which discards blocking issues of the thread by other processing. All it does is </div>
<div><br></div><div> 1) select</div><div> 2) handle to MultiFramedRTPSource networkHandler</div><div> 3) reordering</div><div> 4) handle afterGettingFrame, which is empty.</div><div><br></div><div> with yet this is enough for packet loss.</div>
<div><br></div><div> I discard Wifi issues because the code never loses a packet running in the iOS simulator on a MacBookAir over Wifi.</div><div> I also increasedReceiveBufferTo 2000000 bytes which somewhat alleviated the problem, but did not get rid of it completely.</div>
<div><br></div><div> have you experienced or heard of similar problems of other people with this issue? Is it a iOS hardware limitation? Any ideas what could be going wrong?</div><div><br></div><div> Thanks,</div><div><br>
</div><div><br></div>