I want to provide trick mode support in my app where I have a custom video player. Generally, roVideoScreen by default support trick mode if one feeds the bif urls to it.
I have successfully created the bif files but I have difficulty in reading it and showing the images in my custom videoplayer when I do FF/RWD .
I created the bif files using ffmpeg and biftool.
How to make use of the bif file in the custom videoplayer to provide trick mode support?
Thanks in advance.