bambuser / BambuserPlayerSDK-Android

This project demonstrates how is the integration of Bambuser's Player SDK in an native Android application
Apache License 2.0
1 stars 1 forks source link

Provide a version of the player that is not in an Activity #12

Open Desidiosus opened 9 months ago

Desidiosus commented 9 months ago

The current Activity only version is unusable for more advanced use cases such as showing multiple small players in a view or simply embedding a video player in another view. As it stands, the only use case for the native SDK is showing a fullscreen player, which is very limiting and forces the usage of the less performant WebView player on Android for everything else. I get that it's an Activity for Picture-in-Picture support, but both variants could be offered to allow more flexibility for usage.

emailvenkatm commented 1 month ago

@zeyadsadaqa Wondering if there is any update on this?