ofxHapPlayer icon indicating copy to clipboard operation
ofxHapPlayer copied to clipboard

A Hap player for OpenFrameworks

Results 37 ofxHapPlayer issues
Sort by recently updated
recently updated
newest added

Hello, I tried making a vector of ofxHapPlayers just as below: ``` c++ vector player; //note: this piece was in .h file ofDirectory videoDir; videoDir.listDir("movies"); for (int i = 0;...

When loading new video file into the same "player" object, there is "videocard/texture glitch" at the beginning of the movie: https://vid.me/Q4U8 System: VS2012 Win8.1 oF0.8.4 default ofxHapPlayer example: PS. used...

**My System:** Apple M2 Max 64 GB Memory Ventura 13.5.2 VS Code Building with oF's default Makefile ( **Fix** I was getting some compile errors and realized that what was...

several libraries have become obsolete with ffmpeg 5. Especially in the `audiodecoder`, like `avcodec_alloc_context3` , `avcodec_parameters_to_context` , `avcodec_open2` , `avcodec_free_context` ,... Is there a possibility to use the old ffmpeg4...

I am not getting audio when playing o Windows. I tried to switch oF sound API to DirectSound as usual: ```.cpp ofSoundStream soundStream; setupAudio() { soundStream.printDeviceList(); int bufferSize = 512;...

Hello, I would like to generate 10 thumbnails from the loaded video, but without having to play the video (with a semi manual workflow...) I tried to set the player...

Has anyone ever managed to get this addon to build under msys2? I've been banging my head against it for a couple of days now and I'm just about ready...