-
Notifications
You must be signed in to change notification settings - Fork 492
[BUG] Changing playback speed on video with sound causes video to stutter/jump #3173
Copy link
Copy link
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Did you read the "Reporting a bug" section on Contributing file?
- I have read the "Reporting a bug" section on Contributing file: https://github.com/CommunityToolkit/Maui/blob/main/CONTRIBUTING.md#reporting-a-bug
Current Behavior
When playing a video that contains audio, altering the speed property via code during playback causes the video to stutter. Doing the same with a video with no audio works as expected and the change is smooth. Typical scenario here is an indoor cycle app that varies the playback speed relative to the speed of the original recording.
Expected Behavior
Altering the speed of playback via code on a video containing sound should seamlessly change without stuttering.
Steps To Reproduce
Clone down the repo.
Download the two sample movies linked to from that repo.
Open the project and point it at each of the sample moves in turn.
Confirm the video with audio stutters every 2 seconds when the playback speed change occurs.
Link to public reproduction project repository
Environment
- .NET MAUI MediaElement 8.0.1
- OS:Win11 Home 10.0.26200Anything else?
No response
Reactions are currently unavailable