Browse Source

added videojs assets

Harlan Iverson 7 years ago
parent
commit
b578be193b

+ 0 - 1
tinydatacenter.com-v2/app/resources/templates/assets/.gitignore

@@ -1 +0,0 @@
-videojs

File diff suppressed because it is too large
+ 0 - 0
tinydatacenter.com-v2/app/resources/templates/assets/videojs/video-js.css


File diff suppressed because it is too large
+ 0 - 0
tinydatacenter.com-v2/app/resources/templates/assets/videojs/video.js


File diff suppressed because it is too large
+ 0 - 0
tinydatacenter.com-v2/app/resources/templates/assets/videojs/videojs-contrib-hls.js


+ 1 - 1
tinydatacenter.com-v2/app/resources/templates/themes/blue/html/episode.html

@@ -8,7 +8,7 @@
 
 <p>Sample of a segmented video file. 2sec max segment. Need to confirm keyframe alignment. ~450KB, should cache OK.</p>
 
-<link rel="stylesheet" href="/assets/videojs/video-js.min.css">
+<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": "true", "loop": "false", "autoplay": "false", "preload": "false"}'>
   <source

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

@@ -8,7 +8,7 @@
 <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/SM8xq8dYuCI?rel=0&amp;controls=0&amp;showinfo=0&amp;loop=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
 -->
 
-<link rel="stylesheet" href="/assets/videojs/video-js.min.css">
+<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"}'>
 
@@ -17,6 +17,12 @@
      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>
 <script src="/assets/videojs/videojs-contrib-hls.js"></script>

Some files were not shown because too many files changed in this diff