videoclip.StreamBitrates=[800]
videoclip.SwitchingStrategy="full-adaptation"
"RokuRobB" wrote:
There could be an issue with the CDN delivering the content. For example, the nodes being hit may be down or have performance issues. Do the streams play fine elsewhere other than on the Roku?
"RokuJoel" wrote:
you can specify the actual bitrate if the bitrate is less than 1500kbps. Otherwise, specify bitrate=[0]
This may improve buffering times.
for example if bitrate is 800kbps:
videoclip.StreamBitrates=[800]
but try specifying bitrate=[0] first.
Also useful is to experiment with various settings for the switchingStrategy parameter:videoclip.SwitchingStrategy="full-adaptation"
for example.
- Joel