1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Detect whether flash enabled for srs-player. 3.0.73

This commit is contained in:
winlin 2019-12-18 11:06:01 +08:00
parent 33c7f6d0e4
commit b0afc00733
5 changed files with 250 additions and 353 deletions

View file

@ -80,7 +80,7 @@ function build_default_rtmp_url() {
var port = (query.port == undefined)? schema=="http"?80:1935:query.port;
var vhost = (query.vhost == undefined)? window.location.hostname:query.vhost;
var app = (query.app == undefined)? "live":query.app;
var stream = (query.stream == undefined)? "demo":query.stream;
var stream = (query.stream == undefined)? "livestream":query.stream;
var queries = [];
if (server != vhost && vhost != "__defaultVhost__") {