In OS3.1.3, I can create 6 UIWebView in a single view to watch 6 MJPEG stream simultaneously.
For the same application, it can run in iOS4 without any code modification.
But it can only show 4 liveview feed at the same time. And I cannot send any request afterward.
Is this a limitation for iOS4 for multitasking?
Or I use some deprecated functions, and I need to replace them?
Any suggestion is helpful, and thanks in advance.
Best Regards,
Jamie Chen
I found the reason for the problem. The connection counts is limited by Safari.
This URL can test the number of parallel connection counts.
http://www.spasche.net/files/parallel_connections/
And the connection count of Safari is 4 in iPhone4.
Now, I am looking for solution to increase the connection count.
But I am wondering if I can find out…