AVbin Seek/Loop

BlitzMax Forums/Brucey's Modules/AVbin Seek/Loop

Hezkore(Posted 2015) [#1]
I've gotten AVbin to work pretty well.
But I can't figure out how to rewind my video at the end.

Some videos I can rewind by simply doing
VideoFile.SeekFile(VideoFileInfo.GetStartTime())
but with .mov and .mp4 files that doesn't work for some reason.

Is there a function for looping videos or just restarting the playback?