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: 
jburfield
Visitor

Streaming Bitrate

Hey guys,

I have a question regarding bitrates (a common sense response would help as I'm new to this and it's chinese to me) -- I have added three different bitrates to my video code to compensate for slow internet speeds, etc. How do I (correctly) set it up so that if there is slow internet speeds someone can still watch the video. I am using .mov files that are filmed in 720p and I'd like to have them high quality. Any help with this would be fantastic! Thanks so much! Below is a snippet of the code:

<media>
<streamQuality>HD</streamQuality>
<streamBitrate>664</streamBitrate>
<streamBitrate>1200</streamBitrate>
<streamBitrate>1500</streamBitrate>
<streamUrl>http://scottshill.org/----</streamUrl>
</media>
0 Kudos
1 REPLY 1
destruk
Streaming Star

Re: Streaming Bitrate

0 Kudos