0

Jump to a paticular time in a video GPIO

Is there a way to set a button on our GPIO to jump to a particular time in a video say like 4 minutes into a video?

1 comment

  • 0
    Avatar
    Brandon

    You can use the seek function of the Rotate-and-Seek plugin

    The seek location is in milliseconds.

    Also be aware it takes a little bit of time to actually perform the seek, and seek will be to the nearest I-frame, not necessarily the exact time specified.

    https://github.com/brightsign/BrightAuthor-Plugins/tree/master/Rotate-and-Seek

    Also make sure you download the plugin from the RAW link on the source code page.  BrightAuthor plugins are BrightScript which is plain-text, not XML or HTML.

Please sign in to leave a comment.