googlevr / gvr-android-sdk

Google VR SDK for Android
http://developers.google.com/vr/android/
Other
3.28k stars 1.28k forks source link

FULLSCREEN_STEREO display mode fails to render video (VrVideoView) #493

Open aleyooop opened 6 years ago

aleyooop commented 6 years ago

When switching to cardboard mode (VrVideoView.DisplayMode.FULLSCREEN_STEREO), sometimes (rather often) it fails to render video. Video is playing, sound is going on but there's only cardboard screen on display, with blackscreen instead of 360 video. Problem detected on Galaxy S7 and Galaxy S7 Edge, tested 40+ devices. Logcat didn't report any errors/warnings.

sigmaxipi commented 6 years ago

What is the video file you're trying to play? This can sometimes happen if there are insufficient resources to decode the video.

aleyooop commented 6 years ago

Basic congo from sample, some other vids, it's all the same. For example, on xiaomi redmi 4 pro fullscreen stereo switching works perfect every time, but we have to use samsung, so how to handle that?

nikolas1802 commented 6 years ago

How do you fix this issue?

ethanlee27 commented 6 years ago

I'm facing the same issue while using version 1.120.0 , I've tested asus zenphone 3, nexus 5X will show black screen on 1.120.0, but version 1.40.0 works fine. samsung S7 edge is good on 1.120.0. Any update?

jdduke commented 6 years ago

If anybody can still repro with the latest SDK release, it would help to include the logcat output of the repro. Thanks.