update demo page, change http port to 8080

pull/133/head
winlin 11 years ago
parent c4dd2e1e7a
commit 3c63cf0a86

@ -117,7 +117,7 @@ function build_default_hls_url() {
var stream = (query.stream == undefined)? "demo":query.stream;
if (port == "" || port == null || port == undefined) {
port = 80;
port = 8080;
}
return "http://" + server + ":" + port + "/" + app + "/" + stream + ".m3u8";

Loading…
Cancel
Save