winlin

udpate the srs_bwt.

@@ -63,9 +63,9 @@ @@ -63,9 +63,9 @@
63 bandwidth.on_update_status = function(status) { 63 bandwidth.on_update_status = function(status) {
64 $("#check_status").text(status); 64 $("#check_status").text(status);
65 } 65 }
66 - bandwidth.on_srs_info = function(srs_server, srs_primary_authors, srs_id, srs_pid, srs_server_ip) { 66 + bandwidth.on_srs_info = function(srs_server, srs_primary, srs_authors, srs_id, srs_pid, srs_server_ip) {
67 $("#check_info").text( 67 $("#check_info").text(
68 - "server:" + srs_server + ", authors:" + srs_primary_authors + 68 + "server:" + srs_server + ", primary:" + srs_primary + ", authors:" + srs_authors +
69 ", srs_id:" + srs_id + ", srs_pid:" + srs_pid + ", ip:" + srs_server_ip 69 ", srs_id:" + srs_id + ", srs_pid:" + srs_pid + ", ip:" + srs_server_ip
70 ); 70 );
71 } 71 }