mirror of
https://github.com/iv-org/invidious.git
synced 2026-01-05 22:41:24 +00: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> |