We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug When a video is paused, rewinding it by seeking 0 timestamp then resuming playback causes an audible glitch.
To Reproduce Play a video with sound (I used ashthorp.mp4), then :
player->set(mdk::State::Paused); /* you may wait a little here... */ player->seek(0, mdk::SeekFlags::FromStart); player->set(mdk::State::Playing);
Expected behavior Video should play from 0 without resuming playback of old audio buffer.
Environment: OS: Windows
Additional information can be provided on demand
Regards Adrien
The text was updated successfully, but these errors were encountered:
Hi, Have you been able to reproduce the issue ? Some users complain about that as it compromises the smoothness of their show
Sorry, something went wrong.
try https://github.com/wang-bin/mdk-sdk/actions/runs/12031059745
Will do, many thanks 🙏
No branches or pull requests
Describe the bug
When a video is paused, rewinding it by seeking 0 timestamp then resuming playback causes an audible glitch.
To Reproduce
Play a video with sound (I used ashthorp.mp4), then :
player->set(mdk::State::Paused);
/* you may wait a little here... */
player->seek(0, mdk::SeekFlags::FromStart);
player->set(mdk::State::Playing);
Expected behavior
Video should play from 0 without resuming playback of old audio buffer.
Environment:
OS: Windows
Additional information can be provided on demand
Regards
Adrien
The text was updated successfully, but these errors were encountered: