Michael Katz

Results 95 comments of Michael Katz

Hi @ybai001 Would it be possible to open a new PR from an individual-owned fork? We can't push changes to organization-owned forks like this one unless we have collaborator access....

@pengbins Thank you for your patience. I'm not sure the issue with the decoder on the emulator but I would definitely file a bug via Android Studio for the Android...

@AradiPatrik Thank you for reporting your issue. Based on the trace, it appears that the error is thrown in the logical path that is disabling pre-warming due to some other...

@ssent-dlb Thank you for your patience. I'm not sure if you are missing in your code snippets the section where you set the other surfaces to the additional video renderers?...

@ssent-dlb Thank you for the additional info! I see that you get the same error after no longer using player.setVideoSurface. Firstly, would you be able to provide a [bug report](https://developer.android.com/studio/debug/bug-report)?...

@GlebPBanuba The pre-warming feature has been launched in the main branch. If you are not using a custom video renderer, you can enable pre-warming via the simple [experimentalSetEnableMediaCodecVideoRendererPrewarming](https://github.com/androidx/media/commit/0e6d39de29f72b680fd2894e05557a8de896d3fa#diff-641af82236981383f24370582bece479e58f99d2ab406032dd2cf6ed14de4611) api. This...

@GlebPBanuba I'm going to close this thread as there has not been a response to the last comment about the new feature addition. Hope the pre-warming feature works for your...

Hello @AradiPatrik, The delay you are seeing with a playlist of ClippingMediaSources has to do with time it takes to initialize a decoder and process decode-only frames during the media...

@AradiPatrik Awesome! Thank you for commenting. That's really great to hear that the new pre-warming feature with `experimentalSetEnableMediaCodecVideoRendererPrewarming` is working for you! I'm reassigning to my colleague to answer your...

The reason why this fails is that your RTSP Describe Response does not contain the fmtp attribute required for decoding H265 for RTSP. For ExoPlayer in streaming H265 via RTSP,...