2024-04-16 09:10:03 +10:00
{% extends "site_base.html" %}
{% load registrasion_tags %}
{% load lca2018_tags %}
{% load static %}
{% block head_title %}Live Streaming{% endblock %}
{% block page_title %}Live Streaming{% endblock %}
{% block content %}
< p > Live Streaming is available to everyone attending the conference.< / p >
2024-04-16 22:14:20 +10:00
< p > We encourage you to join in the chat via the < a href = "https://matrix.to/#/#everything-open:matrix.org" target = "_blank" > Everything Open Matrix Space< / a > .< / p >
2024-04-16 09:10:03 +10:00
< div id = "holding-frame" >
< p > There are currently no live streams available. Please check back soon.< / p >
< / div >
2024-04-16 11:22:05 +10:00
< div id = "rooms-frame" >
< h2 > Available Rooms< / h2 >
2024-04-16 22:14:20 +10:00
< ul class = "nav nav-pills room-buttons" >
2024-04-16 11:22:05 +10:00
< / ul >
< / div >
2024-04-16 09:10:03 +10:00
< div id = "streaming-frame" >
< / div >
{% endblock %}
{% block extra_script %}
< script src = "https://cdn.jsdelivr.net/npm/@mux/mux-player" > < / script >
< script src = "{% static 'js/streaming.js' %}" type = "text/javascript" > < / script >
{% endblock %}