winlin

update demo page, change http port to 8080

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