Android: Video playback isn't smooth with audio enabled
Describe the bug Playback clearly appears less smooth with audio enabled
To Reproduce To get smooth playback, just disable audio track or setAudioBackends = [] Tried audioBackends: "OpenSL", "AudioTrack", both or only one, same result
Expected behavior Smooth video with audio
Environment:
- OS: Android
- Surface, Surface tunnel & GLSurfaceView (all same behavior)
https://github.com/user-attachments/assets/af1e1cc6-b735-403c-b466-85d2315c76f8
https://github.com/user-attachments/assets/5e39938e-f7e3-4256-b981-f0e783d62bda
I have the same issue, how did u disable audio on flutter?
I have the same issue, how did u disable audio on flutter?
setAudioBackends([])
@sbenmeddour I don't see this method on https://pub.dev/packages/fvp :(
it's an a/v sync issue, i will add an option to improve this
@sbenmeddour I don't see this method on https://pub.dev/packages/fvp :(
registerwith player option: "audio.renderer": "". but then no sound
@wang-bin Hi, do you have an estimate on when this might be addressed? I’m trying to plan around it.
try the latest build, and player.setProperty("avsync.audio", "0");