Hello,
I'm writing a gem_film plugin using FFMPEG libraries, and expect to write a record and a video plugin with same libraries.
The plugin is able to open and render correctly many video files, but I couldn't find a way to seek those files.
When a file is opened, if thread message is set to '1', the cpu meter goes to 100%, and the seeking process is almost working.
If thread message is set to '0' the cpu is almost not working and the video file is rendered until the end.
I don't really understand how the film object is managed by the thread functions, so I couldn't go further with this code.
Attached is the .cpp and it's header file if someone could give any help.