mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
override the default nginx page. jump to players page.
This commit is contained in:
parent
66ea34c514
commit
7a21427b10
9 changed files with 25 additions and 7 deletions
|
@ -85,9 +85,6 @@ package
|
|||
if (!flashvars.hasOwnProperty("id")) {
|
||||
throw new Error("must specifies the id");
|
||||
}
|
||||
if (!flashvars.hasOwnProperty("on_player_ready")) {
|
||||
throw new Error("must specifies the on_player_ready");
|
||||
}
|
||||
|
||||
this.js_id = flashvars.id;
|
||||
this.js_on_player_ready = flashvars.on_player_ready;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue