use streaming proxy
This commit is contained in:
parent
c230b57dca
commit
e7d973c75f
1 changed files with 3 additions and 3 deletions
|
@ -22,11 +22,11 @@
|
|||
<div class="index">
|
||||
{% if featured %}
|
||||
<div class="video-block">
|
||||
<img src="{{ stream_prefix }}{{ featured }}/timelineslitscan64pframe.jpg" class="video-fallback-block">
|
||||
<img src="{{ stream_prefix }}/{{ featured }}/timelineslitscan64pframe.jpg" class="video-fallback-block">
|
||||
<video
|
||||
id="timeline-video"
|
||||
src="{{ stream_prefix }}{{ featured }}/timelineslitscan64p.mp4"
|
||||
poster="{{ stream_prefix }}{{ featured }}/timelineslitscan64pframe.jpg"
|
||||
src="{{ stream_prefix }}/{{ featured }}/timelineslitscan64p.mp4"
|
||||
poster="{{ stream_prefix }}/{{ featured }}/timelineslitscan64pframe.jpg"
|
||||
controlsList="nodownload"
|
||||
autoplay
|
||||
loop
|
||||
|
|
Loading…
Reference in a new issue