Rohit Kumar Singh
Rohit Kumar Singh
Hi @OrenMe, > The stream is multicast and can only be tested on multicast network, so can't share working example It might not be straightforward to provide assistance without any...
Hi @OrenMe, Can you repeat your experiments using the [demo app](https://exoplayer.dev/demo-application.html) and share with us a [bug-report](https://developer.android.com/studio/debug/bug-report). We will be able to get some information from there.
@christosts can you please take a look?
I'm going to send this for internal review now. You may see some more commits being added as I make changes in response to review feedback. Please refrain from pushing...
Hi @JaroslavHerber, Have you seen the [link](https://developer.android.com/media/media3/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playback) in the README page for trouble shooting?
The troubleshooting doc mentions about: ``` You should see .so files appear in the libs subdirectory of the library's path for each supported architecture after following the steps in the...
Hi @mikef-dk, The behavior is actually working as intended. CMCD data is reported whenever a request is made to get a chunk. When starvation occurs, there are actually two requests...
@mikef-dk, The buffer starvation is not reported before the initial loading. If you log the `playbackPositionUs` when buffer starvation is reported, it is approximately at 1.39 seconds. You can also...
Thanks for the detailed info. I'll debug this further to reach a conclusion and will keep you posted.
Hi @totallyunknown, I'm working on this and will soon provide a fix for this.