I'm having difficulty getting the variable bitrates to work correctly from this example. Here's my XML (I've removed the full URL to the content and left just the file names):
<item sdImg="l_195255.jpg"
hdImg="h_195255.jpg">
<title>Big Bunny Variable bitrates</title>
<contentId>10011</contentId>
<contentType>Video</contentType>
<contentQuality>SD</contentQuality>
<streamFormat>mp4</streamFormat>
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>600</streamBitrate>
<streamUrl>600kbps_full_movie.mp4</streamUrl>
</media>
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>800</streamBitrate>
<streamUrl>800kbps_full_movie.mp4</streamUrl>
</media>
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>1200</streamBitrate>
<streamUrl>1200kbps_full_movie.mp4</streamUrl>
</media>
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>1600</streamBitrate>
<streamUrl>1600kbps_full_movie.mp4</streamUrl>
</media>
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>2000</streamBitrate>
<streamUrl>2Mbps_full_movie.mp4</streamUrl>
</media>
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>2500</streamBitrate>
<streamUrl>2500_full_movie.mp4</streamUrl>
</media>
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>3000</streamBitrate>
<streamUrl>3Mbps_full_movie.mp4</streamUrl>
</media>
<synopsis>This is a test video. We can put details here once we find them.</synopsis>
<genres>Newly Added</genres>
<runtime>468</runtime>
</item>
When I try it over a T1, the debugging info tells me I have a 8mbps network and that it's playing the 2.0mbps stream
When I try it over 5mbps fiber connection, it tells me I have 10mbps network and it's also playing the 2.0mbps stream.
Questions:
1) How does roku determine the speed of the network (and why does it seem so wrong)?
2) Why does the roku not play the fastest stream that fits in the available bandwidth (3mbps from this XML, esp over the 5mb fiber)?
thank you very much in advance,
joe
aspiring