mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
update ui version
This commit is contained in:
parent
12586f793c
commit
8e95227ada
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ function srs_get_player_width() { return srs_get_player_modal() - 30; }
|
|||
function srs_get_player_height() { return srs_get_player_width() * 9 / 19; }
|
||||
|
||||
// to query the swf anti cache.
|
||||
function srs_get_version_code() { return "1.5"; }
|
||||
function srs_get_version_code() { return "1.7"; }
|
||||
// get the default vhost for players.
|
||||
function srs_get_player_vhost() { return "players"; }
|
||||
// the api server port, for chat room.
|
||||
|
|
Loading…
Reference in a new issue