googlevr / gvr-ios-sdk

Google VR SDK for iOS
http://developers.google.com/vr/ios/
Other
645 stars 191 forks source link

GVR - 360 degree video playback issue. #311

Open machoasif opened 6 years ago

machoasif commented 6 years ago

Hi, My app has 360 degree video playback and i am using GoogleVR's GVRRendererView class for it. I am trying to play a high quality 360 degree video from the server. But the problem is that video streaming is very slow and i get below mentioned error message in the xcode console.

<AppName> [Symptoms] {
                     "transportType" : "HTTP Progressive Download",
                     "mediaType" : "HTTP Progressive Download",
                     "BundleID" : "AppID",
                     "name" : "MEDIA_PLAYBACK_STALL",
                     "interfaceType" : "WiredEthernet"
               }

How to resolve it?

Performador commented 6 years ago

This seems like an issue in AVFoundation.

Have you tried automaticallyWaitsToMinimizeStalling ?