正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -206,7 +206,7 @@ class GlobalConfig { | @@ -206,7 +206,7 @@ class GlobalConfig { | ||
| 206 | if(item&&item.ip){ | 206 | if(item&&item.ip){ |
| 207 | if(item.ip.indexOf('pull.')>=0){ | 207 | if(item.ip.indexOf('pull.')>=0){ |
| 208 | this.pullRtmpList.push(item); | 208 | this.pullRtmpList.push(item); |
| 209 | - }else if(item.ip.indexOf('hls.')>=0){ | 209 | + }else if(item.ip.indexOf('lehls.')>=0){ |
| 210 | this.hlsList.push(item); | 210 | this.hlsList.push(item); |
| 211 | }else { | 211 | }else { |
| 212 | this.msList.push(item); | 212 | this.msList.push(item); |
-
请 注册 或 登录 后发表评论