ofxHAPAVPlayer icon indicating copy to clipboard operation
ofxHAPAVPlayer copied to clipboard

isPlaying() not working properly

Open dmelladom opened this issue 8 years ago • 0 comments

It seems that isPlaying() returns an invalid value. If the video is not played ( video.play() ), enven stopped ( video.stop() ) right after loading, video.isPlaying() returns true after a few frames, at random moments.

dmelladom avatar Jan 10 '17 12:01 dmelladom