RE: [Flashcoders] VitalStream Bandwidth detection

2006-10-04 Thread Rob Bayne
looks like bwcheck to me. i'd just use p_bw in a condition where p_bw is detected bandwidth. if p_bw is less than than x play stream1, else if p_bw is greater than x and less than y play stream2, else play stream3. ie. stream1=56kbps; stream2=150kbps; stream3=300kbps; i usually run the bwcheck

RE: [Flashcoders] VitalStream Bandwidth detection

2006-10-03 Thread Brian Weil
> Hey Brian. Can you give a little more info? Are you passing a smil > xml file to the flv player or are you trying to detect based on the > bandwidth profile being returned from the server? I think you would have to be familiar with the vitaltream service to really understand my question. I'm

RE: [Flashcoders] VitalStream Bandwidth detection

2006-10-03 Thread Rob Sandie
VBR and Flash Media Server stream length detection could be the source of this problem. I have done work for VitalStream before and seen this issue come up with MP3 streaming at least. To get a more detailed answer, this is a question better asked on the Flash Media Server forums: FlashMedia [EMAIL

RE: [Flashcoders] VitalStream Bandwidth detection

2006-10-03 Thread Ryan Potter
Hey Brian. Can you give a little more info? Are you passing a smil xml file to the flv player or are you trying to detect based on the bandwidth profile being returned from the server? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Weil Sent: Tu