0

Video Chapters/ Fast forward

Is there any possible way to fast forward a video? Or to at least be able to start a video at a certain VTC location. (i.e. selecting different chapters of a movie?) 

 

Thanks. 

-Eric- 

1 comment

  • 0
    Avatar
    Ken C

    Eric,

    If you're using BrightScript, the roVideoPlayer object has a Seek() method that allows you to set the playback position. The argument is in milliseconds though, not VTC, but writing a VTC to milliseconds function should be trivial.

    For fast forward (as well as rewind and slow motion) playback, there's a SetPlaybackSpeed() method. 

    Check the roVideoPlayer BrightScript documentation for more info on both: https://docs.brightsign.biz/display/DOC/roVideoPlayer

    Cheers,

    Ken C.

Please sign in to leave a comment.