EE-downloader-v3/templates/camera_video_player.html

5 lines
316 B
HTML

<h3>Video Player <i class="bi bi-card-image"></i></h3>
<h5>{{ template_values['camera_name'] }}</h5>
<video src="{{ template_values['video_url'] }}" autoplay muted preload="auto" controls type="video/mp4" style="max-height:360px; max-width:100%"></video>
<br><small>{{ template_values['start_timestamp'] }}</small>