ExoPlayer
ExoPlayer copied to clipboard
An extensible media player for Android
### Overview 1. the below (and similar) content CRASHES w/ NO playback on the Android device 2. HOWEVER other WV encrypted VOD play OK on the same device 3. the...
I want play multi sound in same time(simultaneously) in exoplayer but it only play mediaSource1 and mediaSource2. I want play all mediaSources at the same time(simultaneously) My code with exoplayer...
I need to play multiple audio tracks simultaneously and in sync. I found older issues with similar requests: https://github.com/google/ExoPlayer/issues/2855 https://github.com/google/ExoPlayer/issues/4261 and many stack overflow questions about this (like this one...
Hi, I have an encrypted video stored on the server which I want to play in Exoplayer. I am using this [repo](https://github.com/moagrius/EncryptedExoPlayerDemo) custom datasource for playing encrypted video offline. For...
I want to use ExoPlayer in a RecyclerView as a part of row item. I want to make a customer view and wrap the ExoPlayer in that view. Do you...
Hello exoplayer community. I am coming from a Unity and c# background and am completely new to Android Studio. I am building a custom exoplayer library and am using available...
### Issue description I have a requirement where the user should be able to trim the media in a playlist. I first investigated ClippingMediaSource, but from my understanding, this does...
I am trying to use custom player controls and for this purpose I wish to use databinding with my viewmodel. Is it possible to set `controller_layout_id` of `PlayerControlView` programmatically so...
### [REQUIRED] Use case description The main use case is seeking support for already downloaded fMP4 files which don't have top level `sidx` box. According to ISOBMFF spec `sidx` box...