-
Notifications
You must be signed in to change notification settings - Fork 830
Can ffmpeg commands be canceled #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have the same issue here. The isFFmpegCommandRunning() function always returns False although the process is running. Any idea how to fix it? |
Hey, I am pretty busy these days. I will get back to this as soon as I can. |
It seems error in |
Also an error in killRunningProcesses() which I fixed by changing the && operator to a || operator. public boolean killRunningProcesses() { |
yeah this should have been an ||. |
code still contains the && operator... :( |
It looks like the && operator fix is in master, but not in the 0.2.5 build available via gradle |
as on March 2016 is still the same on the gradle build and the aar linked in the main site, I think we can pretty much consider this not maintained anymore... |
Hey,
I tried cancelling my ffmpeg command in onDestory but the kill function provided is not working, any suggestions?
The text was updated successfully, but these errors were encountered: