Ben Fry
Ben Fry
Marking as macOS since I've not had a chance to check it on Linux and Windows. I assume it's probably there as well.
@codeanticode It looks like the problem is this line: https://github.com/processing/processing-video/blame/master/src/processing/video/Video.java#L285 You could check to see if the `macosx` subdirectory exists, so that things run without changes from Eclipse, but the...
Yes, and the problem is that the video library is hard-wired to look for a `macosx` subdirectory.
> Might you know of a workaround of the `macosx` / `MacOS` subdirectory naming issue (I suppose to make the app find gstreamer)? I tried for best part of the...
The prompt comes up automatically, but I wonder if there's a thread issue that's preventing it from showing up… there's macOS weirdness with how event handling is different (the “run...
Video and Audio seem to be having similar problems. Try with this version, it adds more entitlements for the macOS “hardened runtime” setup, which may be helpful. https://download.processing.org/processing-1274-macosx.zip But even...
The images I posted were based on alpha 4, which has no changes to the video/audio setup since alpha 3, where folks have been having trouble. The -1274 build at...
@infovore Thanks for the update. Fingers crossed that it's working; the changes will be in 4.0 alpha 5. As a separate note, the changes *do not* affect running from source;...
4.0 alpha 5 is now available: https://github.com/processing/processing4/releases
Yes, please!