processing / processing-video

GStreamer-based video library for Processing
274 stars 130 forks source link

Playing Video Does Not Work On MacOS 11 #173

Closed highjeans closed 3 years ago

highjeans commented 3 years ago

I downloaded processing from processing.org, and I copied the libraries to my project, but the project won't play videos at all. My project is at https://github.com/highjeans/VideoFilter. I tried a lot of changes to the lib folder but still nothing will work. Can you please help? Even stranger, the Processing app plays the video successfully but showing the webcam does not work, while in my project showing a webcam works but playing a video does not work.

Things I tried:

Action -> Result

Copied all .dylib files from macosx folder to lib folder -> video does not work Copied gluegen-rt-natives-macosx-universal.jar and jogl-all-natives-macosx-universal.jar to lib -> video does not work Removed all .dll files from lib -> video still did not work

benfry commented 3 years ago

Duplicate of https://github.com/processing/processing-video/issues/134