Change http > https in stream url

This commit is contained in:
mvarhola 2022-05-31 17:26:33 -05:00
commit e7f41968a3

View file

@ -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>