ofxHapPlayer
ofxHapPlayer copied to clipboard
A Hap player for OpenFrameworks
I have a project that is playing back some Hap files with audio. All is fine with the inbuilt sound card however, when I install the MOTU soundcard drivers (which...
I've made a post detailing this issue in the openFrameworks forum, but was directed here after we unable to resolve it there. To avoid redundancy, the full post is [here](https://forum.openframeworks.cc/t/accessing-texture-of-ofxhapplayer-using-pointers/39420/10),...
Hi, I'm trying to integrate the Hap player in a project, but I haven't found how to resolve this error: dyld: Library not loaded: @rpath/ffmpeg/lib/osx/libavutil.56.dylib Reason: image not found I...
Hi, i'm trying to compile the ofxHapPlayer example on windows using qtcreator, there was a couple of easy details to fix, there: https://github.com/d3cod3/ofxHapPlayer/commit/e8a7e810f7d3ce3869af39e6d5ceb99168a3463a but now i'm stuck with something i'm...
Showing Recent Issues : File too small (length=0) file '../../../addons/ofxHapPlayer/libs/ffmpeg/lib/osx/libavutil.55.dylib' for architecture x86_64
I am using hap videos in a particle system, I can draw the same video at different positions but to play it at a different time position doesn't work. For...
I want to use a ping pong system of multiple players to get seamless playback. There would be several pairs of players - all playerFronts and playerBacks are loaded on...
In an Ubuntu Linux OF application the creation of a new ofVideoPlayer (the standard one, GStreamer based) fails hanging forever in the setPlayer(std::make_shared()); This happens if the ofxHapPlayer addon is...
hello there, just wanted to check that i'm not missing something here. i'm trying to have multiple players next to each other. but only one of them outputs sound. also...
I'm trying to compile ofxHapPlayer in Arch Linux and get this preprocessing error ``` In File, included by /usr/include/dispatch/dispatch.h:32, by /home/brian/Dev/openframeworks/addons/ofxHapPlayer/src/ofxHapPlayer.cpp:49: /usr/include/os/generic_unix_base.h:97:54: Error: missing binary operator before token "(" 97...