Skip to content

Commit

Permalink
fix: https live source
Browse files Browse the repository at this point in the history
  • Loading branch information
LarchLiu committed May 13, 2021
1 parent e25b8d7 commit 7eb4e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ const videoSource = [
const videoSource2 = 'https://static.smartisanos.cn/common/video/smartisant1.mp4'
const liveArrSource = [
{ src: 'http://ivi.bupt.edu.cn/hls/cctv2.m3u8', resolution: 'test' }
{ src: 'https://tx1.yunchuanglive.com/live/SSAC-112680-EBFFB.m3u8', resolution: 'test' }
]
const liveStrSource = 'http://ivi.bupt.edu.cn/hls/cctv1hd.m3u8'
const liveStrSource = 'https://tx1.yunchuanglive.com/live/SSAC-112680-EBFFB.m3u8'
const cover = 'https://img1.wxzxzj.com/maxresdefault.jpg'
Expand Down

0 comments on commit 7eb4e29

Please sign in to comment.