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
{{ message }}
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Current Behaviour
When the same thread calls Config.ffmpegExecute() first and FFprobe.execute() later, log callbacks received for FFprobe includes the executionId of the ffmpeg execution.
Expected Behaviour FFprobe does not support async operations. So, log callbacks for FFprobe should always have executionId = 0.
Environment
This issue originates from MobileFFmpeg v4.4 and v4.4.LTS, affects all platforms including react-native and flutter plugins based on MobileFFmpeg.