Hi all,
I'm trying to setup bandwidth detection for 3.xx, but am unable to find information on this site how to go about doing this. I feel like an idiot, but I can't find anything past a few mentions in the forums about a "bwfile" flashvar. Sounds like other people are doing it. How do I actually get the player to detect bandwidth? I want to stream different bandwidths of a video from my RTMP server.
Thanks and I hope this isn't redundant,
Mike

Still good in the v3.16 media player.
You need a 100kb jpg named "100k.jpg" and a set of video files that correspond to the bandwidth that you want to provide.
The bandwidth detection looked like this:
s1.addVariable('bwfile', '100k.jpg');s1.addVariable('bwstreams', '128,256,512');
s1.addVariable('file', 'video.flv');
So you would need video_128.flv, video_256.flv, and video_512.flv for the three bwstreams.