Change http > https in stream url
This commit is contained in:
parent
13167d8958
commit
e7f41968a3
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
<img src="jiru_wide.png" alt="" style="width: 640px; pointer-events: none;"/>
|
||||
</div>
|
||||
<video id='my-video' class='video-js' controls autoplay preload='auto' width='640' data-setup='{"controlBar":{"fullscreenToggle":false}}' >
|
||||
<source src='http://tv.verichip.net/hls/stream.m3u8' type='application/x-mpegURL'>
|
||||
<source src='https://tv.verichip.net/hls/stream.m3u8' type='application/x-mpegURL'>
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue