androidx / media

Jetpack Media3 support libraries for media use cases, including ExoPlayer, an extensible media player for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EVENT_VIDEO_SIZE_CHANGED not called then video tracks are not supported, but played

thathorizon opened this issue · comments

Hi!
I tried to play 50 fps stream. On some devices track are not supported, even when I use flag allowExceedsCapabilities = true. But ExoPlayer plays them perfectly. EVENT_VIDEO_SIZE_CHANGED not called after beginning of playing. When I change track EVENT_VIDEO_SIZE_CHANGED is called. But not called when playing starting on first time. Why?

Is't reproduced on Xiaomi Redmi Note 10 (Android 11), Samsung Galaxy A05 (Android 14),Tecno Phantom V Fold
Not reproduced on Nothing Phone 2

Hi! Please provide complete information as requested in the issue template. The issue template can
be found here.
If you're unable to share bug reports
or test content publicly, please send them to android-media-github@google.com with the subject
Issue #1443. Please also update this issue to indicate you've done this.

The onVideoSizeChanged event should be called at the beginning of playing. Are you able to reproduce this on the demo application?