You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ffmpeg in my app to split and merge some videos. It is fast if I just started my app and it goes to onProgress at the same second of executing the command.
However, After Execute many commands it becomes slower and there will be a big delay between onStart and first onPrpgress (sometimes 10 minutes!!) but there is no delay in progress itself.
I think there is something holding on the command. how can I fix this?
The text was updated successfully, but these errors were encountered:
YasserMojahed
changed the title
After executing
Delay between onStart and first onProgress
Mar 14, 2021
I am using ffmpeg in my app to split and merge some videos. It is fast if I just started my app and it goes to onProgress at the same second of executing the command.
However, After Execute many commands it becomes slower and there will be a big delay between onStart and first onPrpgress (sometimes 10 minutes!!) but there is no delay in progress itself.
I think there is something holding on the command. how can I fix this?
The text was updated successfully, but these errors were encountered: