ofxHAPAVPlayer
ofxHAPAVPlayer copied to clipboard
can't play two videos at once
Using traditional play() method, I can't get two videos to play simultaneously. Do we need to use
shared_ptr<ofxHAPAVPlayer>(new ofxHAPAVPlayer);
that way in order to use multiple vids?
found a workaround:
play() and stop() videos in setup after you've loaded them in