Is there any way to signal that a video has finish playing

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By jbibbo

I can’t seem to find any signal or mechanism, short of polling, to determine if a VideoPlayer/VideoStream and completed its playback. Am I missing something?

:bust_in_silhouette: Reply From: kidscancode

You’re not missing anything. However, the current development version has added a finished signal:

Unfortunately this means you’ll either need to wait for 3.1’s release or get a development build.