mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update demo page, change http port to 8080
This commit is contained in:
parent
c4dd2e1e7a
commit
3c63cf0a86
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ function build_default_hls_url() {
|
||||||
var stream = (query.stream == undefined)? "demo":query.stream;
|
var stream = (query.stream == undefined)? "demo":query.stream;
|
||||||
|
|
||||||
if (port == "" || port == null || port == undefined) {
|
if (port == "" || port == null || port == undefined) {
|
||||||
port = 80;
|
port = 8080;
|
||||||
}
|
}
|
||||||
|
|
||||||
return "http://" + server + ":" + port + "/" + app + "/" + stream + ".m3u8";
|
return "http://" + server + ":" + port + "/" + app + "/" + stream + ".m3u8";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue