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

It seems that isPlaying() returns an invalid value. If the video is not played ( video.play() ), enven stopped ( video.stop() ) right after loading, video.isPlaying() returns true after a...

Hi! I have a class that I want to inherit from ofxHAPAVPlayer. When I include ofxHAPAVPlayer.h in the header of the new, extended class, I have two errors, not finding...

"stringWithCString" method can not open multi byte named file. "stringWithUTF8String" is better. refs, https://github.com/openframeworks/openFrameworks/blob/master/libs/openFrameworks/video/ofAVFoundationPlayer.mm#L70

There's no way to compile directly the examples, they have absolute paths inserted on the xcode project.

Calling for example vid.setPosition(0.5+sin(ofGetElapsedTimef()_0.01)_0.5); will lock up and freeze the video from iterating through frames. This seems to be a recent bug as I have been doing something similar to...

i started integrating your addon in to a new software. i am noticing that the console prints a lot of these: > figPlaybackBossStartPrerollAndSetPlayState: zero tracks, so posting a fake preroll...