@visualist wrote:
Hi, being more of a webdev and an oF dabbler, I'm a bit confused as to which video player addon to use. I inherited an oF 0.8.4 project which used QTKit and was frequently crashing. I'd like to upgrade and eliminate crashing.
Ours is a simple application: a back-end player for art films from 35-seconds to full length movies. (The front-end film selection is made externally, and the commands are sent to this application.) The application will only be playing films one at a time, based on a queue, but will need to select among the 250+ disk-based films (and growing) in our collection. These films are stored on a disk array. All use mp4 containers and h264 encoding. Playback is 1920x1024 on a Barco projector, driven by a MacPro (macOS 10.10, 32G memory)
Going to http://ofxaddons.com/categories/12-video-camera and searching within page for “videoplayer” I find 8 or 9 options (eliminating those that don’t apply to macOS), with development activity ranging from 2–4 years ago and quoted releases from 0.7.3 to 0.9.2. The newest among these choices is ofxVLCVideoPlayer, but rather than introduce the vlc-library I’m wondering if adequate support exists for something mac-native—this would suggest either ofxAVFoundation (2 yrs old, 0.8.3) or ofxAVFVideoPlayer (3 yrs old, 0.7.4). I have to say, none of the options are comfortably new. To make matters worse, some of these players have multiple forks on github, all different from each other (e.g., ofxAVFVideoPlayer has 5 forks).
Having tried a few addons with their associated examples and experiencing various forms of crashing, I’m wary of making this choice arbitrarily and seek the advice of an expert in this area.
Posts: 1
Participants: 1