Description
Closing the session using FFmpegKit.cancel(sessionId) does not close the session.
Expected behavior
Session should be closed.
Current behavior
Working well in iOS simulator but not in real iOS device
To Reproduce
Create a session with the command -i input.mp4 -c:a copy -c:v h264_videotoolbox -vf scale=width:height -b:v bitrate output.mp4
Cancel it using FFmpegKit.cancel(sessionId) or FFmpegKit.cancel()
Description Closing the session using FFmpegKit.cancel(sessionId) does not close the session.
Expected behavior Session should be closed.
Current behavior Working well in iOS simulator but not in real iOS device
To Reproduce Create a session with the command -i input.mp4 -c:a copy -c:v h264_videotoolbox -vf scale=width:height -b:v bitrate output.mp4 Cancel it using FFmpegKit.cancel(sessionId) or FFmpegKit.cancel()
Environment
iOS
arm64
v5.1
/v5.1.LTS
main
15.4
1.15.2