bangnoise / ofxHapPlayer

A Hap player for OpenFrameworks
Other
147 stars 44 forks source link

libavformat branch: audio crash #36

Open davivid opened 6 years ago

davivid commented 6 years ago

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?

bangnoise commented 6 years ago

Does this happen with the example project? You can drag your file onto the example player window to play it.

davivid commented 6 years ago

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.