mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix bug of bandwidth test, donot use vhost in query
This commit is contained in:
parent
7901b481e4
commit
62f1f23991
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ function build_default_bandwidth_rtmp_url() {
|
|||
|
||||
var server = (query.server == undefined)? window.location.hostname:query.server;
|
||||
var port = (query.port == undefined)? 1935:query.port;
|
||||
var vhost = (query.vhost == undefined)? "bandcheck.srs.com":query.vhost;
|
||||
var vhost = "bandcheck.srs.com";
|
||||
var app = (query.app == undefined)? "app":query.app;
|
||||
var key = (query.key == undefined)? "35c9b402c12a7246868752e2878f7e0e":query.key;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue