ISBX / apprtc-ios

A native iOS video chat app based on WebRTC
BSD 3-Clause "New" or "Revised" License
1.34k stars 411 forks source link

For apple 5 slow video stream. #1

Open leahov opened 9 years ago

leahov commented 9 years ago

For apple 5 freeze the video stream, at the apple 6 normal video stream. What can be done to work properly on an apple 5? (sorry for my english)

coolwr commented 9 years ago

Hi leahov, which model of the iPhone 5 do you have? Can you lock the orientation of your iPhone 5 and see if the video stream still freezes. I have noticed a bug with the device rotation change causes the video stream to lock up and freeze. We are looking into the orientation change bug, let me know if it is still freezing on you if you lock the orientation on your Iphone 5.

leahov commented 9 years ago

Thank you for your answer. iPhone 5 model A1428 ios 8.3 beta. iPad 3 ios 7.1 also freezes the video stream. I locked orientation, video stream continues to freeze. The delay of the video stream approximately 3-6 seconds. All devices that use the architecture armv7 freezes the video stream. Devices that use the architecture arm64 is working properly.

coolwr commented 9 years ago

Interesting. I'll do some investigation this week and get back to you.

leahov commented 9 years ago

Thank U!

TheGeekPharaoh commented 9 years ago

Any update on this issue? I can confirm that RECEIVING video on the iPhone 5 (iOS 8.3) results in at least a 1-2 second lag. Transmitting video works with no problem, and video send/receive seems to be functioning as expected on the iPhone 6 (iOS 8.3). I'm seeing considerable slowness when receiving video on the iPhone 5, though.

ua24 commented 8 years ago

iPhone 6s 9.2.1 same issue(

kos9kus commented 8 years ago

Everything should be fine (checked it on the iPhone 5 and above), check out my pull request, Kelly is right, there is some issue regarding device rotation and that's all.