summaryrefslogtreecommitdiff
path: root/localwebsite/templates-web/cams.twig
blob: 0c61bc51715534969f0abd24e4091d8f90b76abd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% include 'bc.twig' with {
    history: [
        {text: "Камеры" }
    ]
} %}

<div id="videos" class="camfeeds"></div>

{% js %}
if (isTouchDevice()) {
    addClass(ge('videos'), 'is_mobile');
}
Cameras.init({{ cams|json_encode|raw }}, {{ hls_opts|json_encode|raw }}, '{{ hls_proto }}', '{{ hls_host }}', {{ video_events ? 'true' : 'false' }});
{% endjs %}