From 02778dba4c744f52c6c83739cb21abd4230a1809 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 25 Nov 2014 11:05:45 +0800 Subject: [PATCH] udpate the srs_bwt. --- trunk/research/players/srs_bwt.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/research/players/srs_bwt.html b/trunk/research/players/srs_bwt.html index 78574adda..09f26aac3 100644 --- a/trunk/research/players/srs_bwt.html +++ b/trunk/research/players/srs_bwt.html @@ -63,9 +63,9 @@ bandwidth.on_update_status = function(status) { $("#check_status").text(status); } - bandwidth.on_srs_info = function(srs_server, srs_primary_authors, srs_id, srs_pid, srs_server_ip) { + bandwidth.on_srs_info = function(srs_server, srs_primary, srs_authors, srs_id, srs_pid, srs_server_ip) { $("#check_info").text( - "server:" + srs_server + ", authors:" + srs_primary_authors + + "server:" + srs_server + ", primary:" + srs_primary + ", authors:" + srs_authors + ", srs_id:" + srs_id + ", srs_pid:" + srs_pid + ", ip:" + srs_server_ip ); }