{% if settings.use_video_player == 2 %} {% endif %} {% if js_data %} {% endif %}
{% set hls_should_work = (playback_mode == 'hls' or playback_mode == 'auto') and not hls_unavailable %} {% set use_dash = not hls_should_work %} {% if not use_dash %} {% endif %} {% if settings.use_video_player == 0 %} {% if use_dash %} {% else %} {% endif %} {% elif settings.use_video_player == 1 %} {% if use_dash %} {% else %} {% endif %} {% elif settings.use_video_player == 2 %} {% if use_dash %} {% else %} {% endif %} {% endif %} {% if use_dash %} {% endif %}