ofxHapPlayer icon indicating copy to clipboard operation
ofxHapPlayer copied to clipboard

Crash in ofxHap::AudioThread::~AudioThread() when playing multiple videos

Open hansipete opened this issue 6 years ago • 5 comments

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 the app locks up, when i close it. debugger pointed me to ofxHap::AudioThread::~AudioThread()

guess the audio streams are clashing somehow? is there a way for me to fix?

i'm on osx 10.13, openframeworks 0.10.1 and ofxHapPlayer master branch.

thank you in advance! love this addon <3

hansipete avatar Jan 07 '19 23:01 hansipete

... by the way. i'm continue working on an old project... it did work before 👍

hansipete avatar Jan 07 '19 23:01 hansipete

Two issues here.

First one is a dup of #29. Afraid you would have to revert to OF 0.9 and the 0.9 branch of this project to get the old behaviour until that issue is fixed.

Leaving this issue open for the crash in ~AudioThread()

bangnoise avatar Jan 08 '19 15:01 bangnoise

thanks for the clarification!

hansipete avatar Jan 08 '19 20:01 hansipete

Any workaround on this issue? even if it means disabling audio on multiple videos player?

dimitre avatar Jun 25 '20 17:06 dimitre

Note to myself that this is the same issue as in #70 which has a demo project linked.

bangnoise avatar May 06 '21 08:05 bangnoise