From 3c63cf0a860d904e454f58f0197f19f3d9534874 Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 4 Apr 2014 23:09:58 +0800 Subject: [PATCH] update demo page, change http port to 8080 --- trunk/research/players/js/srs.page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/research/players/js/srs.page.js b/trunk/research/players/js/srs.page.js index a39f0b216..f01f72d01 100755 --- a/trunk/research/players/js/srs.page.js +++ b/trunk/research/players/js/srs.page.js @@ -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";