You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
one reason that has kept me from trying Anvil out more is that almost everything I've worked on in the last year has included video playback with Google's ExoPlayer.
In case you are not familiar with it, ExoPlayer does not provide any Views itself but is instead attached to either a SurfaceView or a TextureView into which it then renders the video frames.
Do you have any ideas how one would integrate this in an Anvil layout? Is there a way to do it directly or do you think we'd need to wrap ExoPlayer and it's SurfaceView in some View of our own and then use that in Anvil?
Thanks for any suggestions!
David
The text was updated successfully, but these errors were encountered:
Hi,
one reason that has kept me from trying Anvil out more is that almost everything I've worked on in the last year has included video playback with Google's ExoPlayer.
In case you are not familiar with it, ExoPlayer does not provide any
View
s itself but is instead attached to either aSurfaceView
or aTextureView
into which it then renders the video frames.Do you have any ideas how one would integrate this in an Anvil layout? Is there a way to do it directly or do you think we'd need to wrap ExoPlayer and it's
SurfaceView
in someView
of our own and then use that in Anvil?Thanks for any suggestions!
David
The text was updated successfully, but these errors were encountered: