ofxHAPAVPlayer icon indicating copy to clipboard operation
ofxHAPAVPlayer copied to clipboard

An AVFoundation Player for the HAP codec

Results 16 ofxHAPAVPlayer issues
Sort by recently updated
recently updated
newest added

I get this error message when running the example app with a HAP video that otherwise works fine in quicktime or on an older macOS. The frames sometimes show and...

Hey I am trying to combine some code that requires me to set the GL version as in the code below. But this prevents the HAP addon to display images....

Hello there, I'm getting a fatal error when trying to `make Debug` a project from the command line. Tried to play around with `PROJECT_EXTERNAL_SOURCE_PATHS` and `PROJECT_LDFLAGS` in config.make. Doesn't seem...

After calling close() method you can never play() the video again, even if you call load() once again before actually calling play()... Looking at the method source code it seems...

Hi! Seems that the alpha channel is ignored and there some other playback issues when using in programmable renderer mode with OpenGL 4.1 ( oF 0.9.3 ). There are following...

When I tried to use setPixelFormat function I get the following error: ``` ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime.tbd, missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime.tbd Undefined symbols for architecture x86_64:...

Hi. In order for the addon to work the videos need to encoded with the HAP codec. I was hoping to uses it as a drop in replacement for an...

Using traditional play() method, I can't get two videos to play simultaneously. Do we need to use shared_ptr(new ofxHAPAVPlayer); that way in order to use multiple vids?

Seems to stutter at the end of my videos. It runs fine inside of Quicktime Player on loop. Essentially it gets to the end of the video and kind of...

Downloading zip, renaming and throwing into add ons folder, then running example project gives me a million errors revolving around the OF directory being set to "ghost" something or other...