mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Add label to HLS
This commit is contained in:
parent
62380933b2
commit
cefb5d679f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<% if params[:video_loop] %>loop<% end %>
|
<% if params[:video_loop] %>loop<% end %>
|
||||||
<% if params[:controls] %>controls<% end %>>
|
<% if params[:controls] %>controls<% end %>>
|
||||||
<% if hlsvp %>
|
<% if hlsvp %>
|
||||||
<source src="<%= hlsvp %>" type="application/x-mpegURL">
|
<source src="<%= hlsvp %>" type="application/x-mpegURL" label="livestream">
|
||||||
<% else %>
|
<% else %>
|
||||||
<% if params[:listen] %>
|
<% if params[:listen] %>
|
||||||
<% audio_streams.each_with_index do |fmt, i| %>
|
<% audio_streams.each_with_index do |fmt, i| %>
|
||||||
|
|
Loading…
Reference in a new issue