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>