ffmpeg exit on browser
Cant find any method in browser for kill current active proccess
by following doc there will should be a "ffmpeg.exit()" method but on browser and react this will cuase
function not exists error
Same issue here, hope it is resolved soon
Same issue here
is there a fix or a workarround we can use ?
exit does exist, but it always exits with an error code of 1 for some reason. It's valid to run exit after you no longer need ffmpeg loaded, so I don't understand why it should always return 1
Just upgrade the version of core and wasm,then you have exit() method(I made it just a monent
Just upgrade the version of core and wasm,then you have exit() method(I made it just a monent
before I used a old version