1

Video pause and resume?

When a user touches the full screen, it pauses the video that is playing.

When a user touches the full screen, it plays the video that is paused.

 

I want to use this feature. I am using BrightSign Connected, and my hardware is XT. Can this feature be implemented in a BrightSign player, or do I need to use an external script?

3 comments

  • 0
    Avatar
    Bright Scripters
  • 0
    Avatar
    Roman

    What I am saying is that when you touch a touch point with the same size as the location, the playing video stops -> you touch the same touch point again -> the stopped video plays. Can I implement this?

  • 0
    Avatar
    Bright Scripters

    Sorry for the delayed response.

    You can implement such toggle behavior using a User Variable and Conditional Targets.

    With the user variable you'd keep track of the current playback state. You could name the variable "playing" and use two values:

    0 - Content paused

    1 - Content is playing

    With conditional targets you'd then use the play/pause commands based on the current state of the variable.

Please sign in to leave a comment.