Add 'local=true' to hlsUrl

This commit is contained in:
Omar Roth 2019-04-25 12:41:35 -05:00
parent f15b7cebac
commit 8c2958b86d
2 changed files with 25 additions and 8 deletions

View file

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