ofxHAPAVPlayer icon indicating copy to clipboard operation
ofxHAPAVPlayer copied to clipboard

can't play two videos at once

Open prismspecs opened this issue 9 years ago • 1 comments

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?

prismspecs avatar Jan 20 '17 23:01 prismspecs

found a workaround:

play() and stop() videos in setup after you've loaded them in

prismspecs avatar Jan 20 '17 23:01 prismspecs