Compatibility with Mac OS Mojave

Hi All, I have a sketch which plays a video of animal behaviour and allows you to record keypresses and the timestamp for analysis. The first part of the sketch is a gui allowing loading of a csv file with the keypresses available and locating the video file. You enter the data then hit a button to display and play the video, and it just hangs.

My issue is that this sketch works fine on 10.11.6 El Capitan, but not in 10.14 Mojave. Has anybody else had issues? i think it is to do with the video handling.

Which video library and version? If the main Video library, try the v2-beta with GStreamer 1.x. I wonder if the deprecation of QTKit is causing problems in some way?

Have you tried any video library examples to confirm your suspicion that that is the problem?

Thanks very much for your reply. I am just using the Processing Foundation 1.0.1. I didn’t know about the new library but I will install and let you know.
Cheers.

@ktgmonster – did the new library end up working for you?