Upload Bandwith Detect
hello,
i try detect upload bandwith user live streaming client server.
i need because have set bandwith camera live streaming.
i use
| client.prototype.recdata = function(data) { | ||
| this.ping(); | ||
| var v = this.getstats(); | ||
| this.call("ack", 0, v.ping_rtt); | ||
| trace(v.ping_rtt); | ||
| } |
but in application log v.ping_rtt 1 or 0.
thansk help
More discussions in Adobe Media Server
adobe
Comments
Post a Comment