mirror of
https://github.com/iv-org/invidious
synced 2025-09-21 18:17:13 +02:00
5 lines
260 B
Plaintext
5 lines
260 B
Plaintext
<video poster="<%= thumbnail %>" title="<%= video.title%>" id="player" class="video-js" data-setup="{}" style="width:100%;" controls>
|
|
<% fmt_stream.each do |fmt| %>
|
|
<source src="<%= fmt["url"]? %>" type='<%= fmt["type"]? %>'>
|
|
<% end %>
|
|
</video> |