Add label to HLS

This commit is contained in:
Omar Roth 2018-09-20 09:45:49 -05:00
parent 62380933b2
commit cefb5d679f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<% if params[:video_loop] %>loop<% end %>
<% if params[:controls] %>controls<% end %>>
<% if hlsvp %>
<source src="<%= hlsvp %>" type="application/x-mpegURL">
<source src="<%= hlsvp %>" type="application/x-mpegURL" label="livestream">
<% else %>
<% if params[:listen] %>
<% audio_streams.each_with_index do |fmt, i| %>