Browse Source

修改hls播放格式

master
SmallChi(Koike) 4 years ago
parent
commit
00e63580b8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/wwwroot/demo/index.html

+ 1
- 1
src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/wwwroot/demo/index.html View File

@@ -9,7 +9,7 @@
<script>
var video = document.getElementById('video');
//var videoSrc = 'demo.m3u8';
var videoSrc = 'http://127.0.0.1:15555/live.m3u8?token=123456&sim=001901305037&channelNo=1';
var videoSrc = 'http://127.0.0.1:15555/live.m3u8?token=123456&sim=0144049053576&channel=3';
//
// First check for native browser HLS support
//


Loading…
Cancel
Save