compose-video
compose-video copied to clipboard
Video UI Component for Jetpack Compose (Powered by androidx.media3)
is there any way to hide video player back overlay before loading media item? (im using network media item)
In version 1.3 Media3 added the feature of getting the Thumbnail from the DASH Image Representation Set. The player should have a thumbnail view when seeking is done
When I open full screen it shows with bottom paddings: (In my screen you can see some item and floating action button in full screen) It's in default screen: ![2024-02-09...
After override the context configuration to prevent font scaling and density scaling, the full screen dialog displays an error. ```kotlin override fun attachBaseContext(newBase: Context) { val resources = newBase.resources val...
Hello, i have a problem, actually i tried samsung j8, s23 or xiaomi devices and video normal on these devices but i tried galaxy a series (a73 and a34) and...
When I exit from full screen state, the UI is offset and there is an empty space on the right side ver: Android 9
Hi, I really, really, like this library. Much much easier to use than the 400+ line ExoPlayer "getting started" demo. I needed to use the OkHttp DataSource (to enable playing...
What if this library supports kotlin multiplatform? I'am asking for your opinion on whether you are in favor of updating the library so that it can be used on Kotlin...
preferably passed in by the user instead of hardcoding “currentActivity.requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT”