<% if hlsvp %> <% end %>
autoplay<% end %> <% if controls %>controls<% end %> <% if video_loop %>loop<% end %> class="video-js vjs-default-skin"> <% if hlsvp %>
<% else %> <% if listen %> <% audio_streams.each_with_index do |fmt, i| %>
" type='<%= fmt["type"] %>' label="<%= fmt["bitrate"] %>k" selected="<%= i == 0 ? true : false %>"> <% end %> <% else %> <% fmt_stream.each_with_index do |fmt, i| %>
" type='<%= fmt["type"] %>' label="<%= fmt["label"] %>" selected="<%= quality == fmt["label"].split(" - ")[0] %>"> <% end %> <% end %> <% captions.each do |caption| %>
<% end %> <% end %>