README - TELECASTER
===================
-TeleCaster is a web controlled audio/video recording and braodcasting system.
-
+Video LIVE recording and streaming system based on Gstreamer, JACK, VncServer, Fluxbox
LICENCE
=======
'south',
)
-TELECASTER_CONF = '../conf/etc/telecaster/telecaster.xml'
+TELECASTER_CONF = '/etc/telecaster/telecaster.xml'
+TELECASTER_DISPLAY_VIDEO = False
div.header {
background-color: #030250;
color: #FFFFFF;
- padding: 0.5em;
- height: 42px;
+ padding: 0.5em;
+ height: 42px;
font: 0.8125em/1em Verdana, sans-serif;
-moz-border-radius: 25px 25px 5px 5px;
-webkit-border-radius: 25px 25px 5px 5px;
display: block;
background-color: transparent;
color: #000033;
- padding: 1em;
+ padding: 1em;
position: relative;
font: 1em/1em Verdana, sans-serif;
}
div.colophon { background-color: transparent;
color: #000000;
- font-size: 80%;
+ font-size: 80%;
float: right;
padding: 0.5em 0px 0px 1em;
font: 0.8125em/1em Verdana, sans-serif;
<div class="title">Status</div>
{% block video %}
+{% if settings.TELECASTER_DISPLAY_VIDEO %}
<div class="video">
<video id="my_video_1" class="video-js vjs-default-skin" controls autoplay preload="auto" width="360" height="240" data-setup="{}">
<source src="http://{{ host }}:8080/consume/safe" type="video/webm">
</video>
</div>
+{% endif %}
{% endblock video %}
<div class="status" id="server_status_table_wrapper">