How to get texture view from Bitmovin Player in Android?

Hi Team,

I am trying to migrate from ExoPlayer to Bitmovin Player. I was getting the texture view from Exoplayer using the following code block:

TextureView textureView = (TextureView) exoPlayer.getVideoSurfaceView();

Now I need to get the same texture view from the Bitmovin Player.

Any help would be appreciated.

Thanks.

Hi Ravi,

unfortunately this is currently not possible in the Bitmovin Player as the player uses a SurfaceView under the hood for performance reasons.

We had similar requirements in the past and will monitoring further interest on this post as well as other channels and will let you know here when there’s any movement.

Can you please outline the use case a bit more, maybe there is a different way of achieving your goal?

Best,
Lukas

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.