正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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"; |
-
请 注册 或 登录 后发表评论