Browse Source

changed home page to live stream

Harlan Iverson 7 years ago
parent
commit
c0938ef3f1

+ 2 - 2
tinydatacenter.com-v2/app/resources/templates/themes/blue/html/index.html

@@ -11,17 +11,17 @@
 <link rel="stylesheet" href="/assets/videojs/video-js.css">
 
 <video id=example-video width=640 height=360 class="video-js vjs-default-skin" data-setup='{"controls": false, "loop": true, "autoplay": true, "preload": "true"}'>
+<!--
 
   <source
      src="/media/tinydc/intro/out.m3u8"
      type="application/x-mpegURL">
+-->
 
 
-<!--
   <source
      src="https://ispooge.com/hls/ispoogedaily/index.m3u8"
      type="application/x-mpegURL">
--->
 
 </video>
 <script src="/assets/videojs/video.js"></script>