Hi
I am using ofxWMFVideoPlayer to play a 2 minutes long video in Windows10.
I can check every frame in update() if the video is still playing or stoped, but I don’t know how to get an ‘event listener’ to trig something just when finish the playback.
I tried to compare the current_video_time with video_duration_time but when the video playback finish, both times differes like 200ms… So I can not check: current_time >= duration_time.
Best way would be to use and event listener that trigs when videoplayback ends…