/custom-playback-channel

List of content displayed with video continuously playing

Primary LanguageBrightscriptOtherNOASSERTION

Custom Playback Channel

SceneGraph Roku SDK2 example of how to display video with a playlist of content

Custom Playback Graphic

Use Cases

If you want to have a channel that plays a video and allows the user to browse other content on a list that's displayed without stopping the video.

How to run this sample

FAQ

  • How do I make the list visible on channel start?
    • Set the visible field to true for the labellist in MainScene.xml. (e.g. visible="true")
  • How do I set the opacity of the list?
    • Set the opacity field of the labellist in MainScene.xml. (e.g. opacity=".5")

Issues or Feature Requests