Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix(android): avoid video resizing flickering #3751

Merged

Conversation

freeboub
Copy link
Collaborator

Summary

resize video View when we receive the list of video tracks instead of resizing it when the video is displayed

Motivation

Fix video flickering when starting playback: #3740 and #3653

Changes

resize video View when we receive the list of video tracks instead of resizing it when the video is displayed

Test plan

can be tested with the sample app

@freeboub freeboub changed the title Fix/avoid video resizing flickering Fix(android): avoid video resizing flickering May 10, 2024
@YangJonghun
Copy link
Collaborator

It is still possible to reproduce flickering.
Changing the resolution via selectedVideoTrack with dash source with multiple heights can reproduce flicker.

@freeboub
Copy link
Collaborator Author

It is still possible to reproduce flickering. Changing the resolution via selectedVideoTrack with dash source with multiple heights can reproduce flicker.

Thank you for the feedback, I didn't focus on selectedVideoTrack, but it is my plan soon ! :)

@KrzysztofMoch
Copy link
Collaborator

Lets merge, @freeboub I will leave you fixing selectedVideoTrack case

@KrzysztofMoch KrzysztofMoch merged commit 9716f4c into TheWidlarzGroup:master May 13, 2024
3 checks passed
@abbasmoosavi
Copy link

Yes, it was fixed in v6.0.0-rc.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants