Skip to main content
Participating Frequently
July 1, 2015
Question

measure UPLOAD bandwidth. Not DOWNLOAD just UPLOAD.

  • July 1, 2015
  • 1 reply
  • 866 views

Hey. Is there a way to measure UPLOAD bandwidth? I am writing an application which is sending flv video from webcam. But before I start send the video I need to know what upload bandwidth is on client site (only at the beginning). I have spent a lot of hours to find the solution but google has nothing to offer. Of course I am writing in AS3 and I am using FMS to stream. Please help

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
July 1, 2015

what kind of app?  web-based, air or projector/

Participating Frequently
July 1, 2015

Web-based, flash. I found a function called "checkBandwidth" nc.call("checkBandwidth", null); performed on the server, but it returns the bandwidth for download, rather than upload. Am I correct?

kglad
Community Expert
Community Expert
July 1, 2015

use the filereference class to upload and its progress event and getTiemr to calculate the upload speed.