Shang-Hao Huang
Shang-Hao Huang
I put it on `onDestroy()`, here is what I get when issue occur(video stuck on some frame), press back leave activity immediately. generateTraceSummary() log 1 ```json { "AssetLoader": { "InputFormat":...
I'm not sure if the demo is using adaptive stream or not. (Clear Dash UHD (mp4, H.265)) But I replaced the mediaItems in [PlayerActivity.java](https://github.com/androidx/media/blob/b01c6ffcb3fca3d038476dab5d3bc9c9f2010781/demos/main/src/main/java/androidx/media3/demo/main/PlayerActivity.java#L265) initializePlayer() like this, and I can...
I also tried simply adding log `isLastBuffer` in `processOutputBuffer(...)`  Then check the log, it seems it has not been set to true. Last log still `isLastBuffer: false` --- And...
Okay, I will test without `setVideoEffects()` when I get back to the place where I can reproduce the issue. sorry this comment make the bot update labels
I tried 5-7 times to play the whole video through. Unfortunately, after I removed `setVideoEffects()`, I can no longer reproduce the issue. π’ `isLastBuffer` is set to true correctly, and...
Hi, any update here? I tried newer [release 1.5.1](https://github.com/androidx/media/releases/tag/1.5.1) (pure, without extension) seems stuck issue fixed. But I facing another issue that some 10-bit/hevc video will crash. ``` androidx.media3.exoplayer.mediacodec.MediaCodecRenderer$DecoderInitializationException: Decoder...
Hi, I tried demo app (by changing video source) then adding log to the place you mention. But it seems the code doesn't call that [DefaultDecoderFactory#createForVideoDecoding(...)](https://github.com/androidx/media/blob/76088cd6af7f263aba238b7a48d64bd4f060cb8b/libraries/transformer/src/main/java/androidx/media3/transformer/DefaultDecoderFactory.java#L249) function π€ Should I...
Hi, Sorry for the late replay, I'm busy other things elary days. π --- ~~I tried Logging in `MediaCodecVideoRenderer#getMediaCodecConfiguration`, ~~ ~~but seems still not passing this place too. π€~~ I...
Thatβs unfortunate. π Actually, the issue I want to solve is [ExoPlayer#11038](https://github.com/google/ExoPlayer/issues/11038). At the time, @christosts gave me a workaround by adding `player.setVideoEffects(new ArrayList());` However, it no longer appears to...
hum? Dose the issue fix on latest?