Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
fischb0ne
Visitor

Setting Streaming Video Length

Hello,

Is there a way to code the video to playback continuously? I would require my channel to play the video content in a continuous loop until the user terminates it. Is Roku able to do this?

Thanks!
0 Kudos
1 REPLY 1
destruk
Binge Watcher

Re: Setting Streaming Video Length

You can make repeated calls to the play routine, or unlimited calls to the play subroutine, or have the play subroutine call itself.
Each time it goes to 'loop', it will show the rebuffer screen.
For looping the same video it would be better to use the Brightsign platform, rather than Roku.
0 Kudos