Open javlada opened 7 years ago
I tried to set audio buffer:
AudioOutput ao; ao.setBufferSamples(10000);
but unfortunately it didn't change anything. Moving the playback to an Android service didn't help neither.
Any other suggestions? Is it for example possible to set the ffmpeg decoder priority?
Hello,
yesterday I compiled new version of my Audio player with QtAV. I use the C++ class QtAV::AVPlayer for playback.
On Android the playback starts to stutter if my application is in background. Is there any possibility to improve this? For example increase the playback buffer?
It is strange that it didn't happen with my previous version which was also built using QtAV 1.11 but Qt 5.6. Now I upgraded to Qt 5.8 and this problem appeared.