ofxHapPlayer
ofxHapPlayer copied to clipboard
libavformat branch: audio crash
Hello, After playback of a 2-minute HD file with audio I'm seeing it crash:
Thread 1: signal SIGTERM
function: ofxHap::AudioThread::~AudioThread()
line: _thread.join();
This is on macOS 10.12.5, Xcode 8.3.3 Any ideas?
Does this happen with the example project? You can drag your file onto the example player window to play it.
It seems fine in the example project, which is strange as there isn't exactly much going on in my project when the video is playing - I'll investigate further.