Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
penggy committed Jan 27, 2021
1 parent f117974 commit 2b035bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web_src/components/Screen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,10 @@ export default {
protocol = "FLV";
}
}
if(this.isIE() && i > 0) {
videoUrl = stream.HLS;
protocol = "HLS";
}
// if(this.isIE() && i > 0) {
// videoUrl = stream.HLS;
// protocol = "HLS";
// }
var _protocol = String(this.protocol).toUpperCase();
switch (_protocol) {
case "RTMP":
Expand Down

0 comments on commit 2b035bc

Please sign in to comment.