Mihail
Mihail
@Nathipha You can just use GLES20.GL_LINE_STRIP. I don't think we have samples that use non-default drawMode.
Looks like ExoPlayer accepts a Surface. You pass a SurfaceTexture to the Surface constructor. So it seems feasible that a tweaked GVRVideoSceneObject would work with ExoPlayer. @arianaa30 Does this help?
We have something in the works. The pull requests are pending review so they are subject to changes. Small changes to the framework to let the videoSceneObject use ExoPlayer https://github.com/Samsung/GearVRf/pull/845...
Hi, playing DASH would be an ExoPlayer question. You should look around at their web site - I am sure they have examples. If you have problems integrating that with...
The change in the framework has been merged. Please look at the gvr-360video sample, specifically the Minimal360VideoActivity class. There is a flag to enable use of the ExoPlayer (USE_EXO_PLAYER). The...
Any luck using the ExoPlayer? Can we close this issue now?
Let us know if you are experiencing problem with GVRF itself.
Can you share any logcat output? To my knowledge nobody has tried other renderers. I will try DASH but I can't give a time frame when.
This looks pretty old. I don't see action items. Planning to close.
Sounds like a reasonable default for the compatibility GVRLight since its use in code based on an older fw code doesn't require the extra call. Btw, should GVRLight be deprecated?