Tianyi Feng

Results 57 comments of Tianyi Feng

Hi @renaudcerrato, Thanks for sending the media. I quickly played it on the demo app and added some simple code to poll the `player.getCurrentPosition()` every 10 milliseconds (tried offload mode...

@renaudcerrato, > BTW: my exoplayer is running into a playback service, the UI bind using a MediaSession. Thanks, this is really helpful information! Was this problem seen at your controller...

Hi @renaudcerrato, Unfortunately I still couldn't reproduce this issue on the demo session app (with adding some code to have a `controller` poll the `currentPosition` every 10ms), is it possible...

@renaudcerrato, yes you can share it by sending the link to [email protected]. But please provide enough information on how to navigate to the part of code related to this issue.

Hi @cdongieux, Thanks for reporting! In fact, we [intentionally](https://github.com/androidx/media/blob/1.2.0/libraries/exoplayer/src/main/java/androidx/media3/exoplayer/trackselection/DefaultTrackSelector.java#L3267-L3279) allow one variant above the `setViewportSize` to be selected. Please refer to https://github.com/google/ExoPlayer/issues/2624#issuecomment-290043466 for the reasons why we do that. If...

Hi @baiqindotfubotv, Thanks for the question! In theory the `DefaultPreloadManager` doesn't support preloading live stream so far. To load the media chunks, I guess you may return a `DefaultPreloadManager.Status(STAGE_LOADED_FOR_DURATION_MS, 5000L)`...

The above attached photo refers to [this link](https://developer.android.com/media/media3/exoplayer/images), do we plan to add the support of GIF in the near future?

@varun7952, Thanks for reporting! Could you please send the bug report to [email protected]?

@varun7952, we can't give 1:1 support for solving app specific issues. In the absence of bug report, we don't know it's a problem with our library neither, thus we cannot...

Hi @amit12kumardish, Could you lease provide media we can use to reproduce the issue? Thanks!