Changeset - 834975c0f35d
[Not reviewed]
0 1 0
Brett Smith - 5 years ago 2019-02-04 08:11:16
brettcsmith@brettcsmith.org
livestream: Center players.
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/livestream/index.html
Show inline comments
...
 
@@ -8,35 +8,35 @@
 

	
 
{% block body_class %}home{% endblock %}
 

	
 
{% block body %}
 

	
 
<div class="chunkfive tight-headings text-center" style="padding: 1.5em;">
 
<h1>CopyleftConf Livestream</h1>
 
</div>
 

	
 
<div class="center-block">
 

	
 
    <h3 class="text-center chunkfive">Ada Lovelace (Main Stage)</h3>
 
    <div id="player0"></div>
 
    <div class="center-block" id="player0"></div>
 
    <p>
 
      Direct link: <a href="https://stream.fosdem.org/ua2220.m3u8">https://stream.fosdem.org/ua2220.m3u8</a>
 
    </p>
 
    <h3 class="text-center chunkfive">Hedy Lamarr</h3>
 
    <div id="player5"></div>
 
    <div class="center-block" id="player5"></div>
 
    <p>
 
      Direct link: <a href="https://stream.fosdem.org/k3201.m3u8">https://stream.fosdem.org/k3201.m3u8</a>
 
    </p>
 
    <h3 class="text-center chunkfive">Grace Hopper</h3>
 
    <div id="player2"></div>
 
    <div class="center-block" id="player2"></div>
 
    <p>
 
      Direct link: <a href="https://stream.fosdem.org/aw1120.m3u8">https://stream.fosdem.org/aw1120.m3u8</a>
 
    </p>
 
    <script type="text/javascript" src='{% static "js/clappr.min.js" %}'></script>
 
    <script>
 
      var player0 = new Clappr.Player({
 
      source: "https://stream.fosdem.org/ua2220.m3u8",
 
      baseUrl: "/asset/clappr",
 
      parentId: "#player0",
 
      autoPlay: true,
 

	
 
      hlsjsConfig: {
0 comments (0 inline, 0 general)