samvera_hls 0.3.6 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 76ff202d13f1ea8f43e9427fb4d79338dcd100aaab550b41db49d45469c0c20c
4
- data.tar.gz: bdd9d0ae5ddec5a236292fdbedda7ef2aa3ec3ee1c1c9416014a67a5a0315e94
3
+ metadata.gz: f32eacb28341f9d899a5480d319e4a81932a98b3e127b16527df4a35ccaf341b
4
+ data.tar.gz: 739fecf309e110cdc1a8afa89da970dfbb8bb4f6e1a0ca07e293da377de11526
5
5
  SHA512:
6
- metadata.gz: c1819a2e75d129f228de42b40090550d14c1980ead29ee6e583e79b1b637c9fb8ae943e2802bb009bed7f423b5653f346cd456c62f56fe2e12c37f1d84ed2a97
7
- data.tar.gz: 8bf0d2cf61e3aa0648e669c6ea5032ea67817fd0babb87c5d07cbabec324d11f06bc80ac74146ec398d9b29d113d19e411f488291b9ccca864339f6ac7cb8e3f
6
+ metadata.gz: 9c40564b3b77a51618ecab582b5410d5428091ab4679bef4c6f1ea5555691bd9f4f8f94af7335ed5c8e11809edf44a06564977e7f03a74354c7199b66b1064d6
7
+ data.tar.gz: 944f49e17331dc7559d629620f89bd3ead7105a6c94ca153ffb8d012467ff007762e2d3f9aee750ab155730ab5f60463b0b91d3b431e325697dd33be5b993c0d
@@ -1,4 +1,4 @@
1
- <audio controls="controls" class="hls-media" preload="auto" width="100%">
1
+ <audio controls="controls" class="hls_media single" id="primary-media-player" preload="auto" width="100%">
2
2
  <source src="<%= File.join(request.base_url,"file_set",file_set.id,"hls.m3u8") %>" type="application/x-mpegurl"/>
3
3
  Your browser does not support the audio tag.
4
4
  </audio>
@@ -1,4 +1,4 @@
1
- <video class="hls-media" preload="auto">
1
+ <video class="hls_media single" preload="auto">
2
2
  <source src="<%= File.join(request.base_url,"file_set",file_set.id,"hls.m3u8") %>" type="application/x-mpegurl"/>
3
3
  Your browser does not support the video tag.
4
4
  </video>
@@ -1,3 +1,3 @@
1
1
  module SamveraHls
2
- VERSION = "0.3.6"
2
+ VERSION = "0.3.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: samvera_hls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ned Henry, UCSC Library Digital Initiatives