VikR0001
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2018
02:05 PM
Support for Multiple Video Streams?
From the Roku Docs:
Despite searching, I have no idea yet how to set up my Brightscript app to know where to find multiple video streams, so that it can automatically select the best one.
Is there a link that describes how to do that?
Thanks in advance to all for any info.
Because network speeds can vary over time, a crucial aspect when providing the best experience to your viewers is providing multiple video streams of varying quality. Roku devices can then automatically select the best streaming quality based on the viewer's network connection.
Despite searching, I have no idea yet how to set up my Brightscript app to know where to find multiple video streams, so that it can automatically select the best one.
Is there a link that describes how to do that?
Thanks in advance to all for any info.
3 REPLIES 3

Community Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2018
05:05 PM
Re: Support for Multiple Video Streams?
If you're using HTTP Live Streaming for your content, your playlist can specify multiple versions of a stream, each tagged with a EXT-X-STREAM-INF describing the bitrate/bandwidth.
VikR0001
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2018
05:16 PM
Re: Support for Multiple Video Streams?
This is for .mp4 or .mov files. Is it still helpful to provide different versions at different resolutions? If so, is there a link showing how to set this up?

Community Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2018
05:25 PM
Re: Support for Multiple Video Streams?
I don't think this is possible if you're pointing directly to a video file... you should point to a M3U file that lists the alternatives and let the playback software in the Roku device pick which version to use.