Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hansipete opened this issue Jan 7, 2019 · 5 comments
Assignees
Labels

Comments

@hansipete
Copy link

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
Copy link
Author

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

@bangnoise
Copy link
Owner

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 bangnoise changed the title Audio not working for multiple videos Crash in ofxHap::AudioThread::~AudioThread() when playing multiple videos Jan 8, 2019
@hansipete
Copy link
Author

thanks for the clarification!

@dimitre
Copy link

dimitre commented Jun 25, 2020

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

@bangnoise
Copy link
Owner

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

@bangnoise bangnoise added the bug label May 6, 2021
@bangnoise bangnoise self-assigned this May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants