diff --git a/web/skins/classic/views/event.php b/web/skins/classic/views/event.php index 25820f344..6fcba71af 100644 --- a/web/skins/classic/views/event.php +++ b/web/skins/classic/views/event.php @@ -95,7 +95,7 @@ if ( ( !$replayMode ) or ( !$replayModes[$replayMode] ) ) { } $video_tag = false; -if ( $Event->DefaultVideo() and ( 'mp4' == pathinfo($Event->DefaultVideo(), PATHINFO_EXTENSION) ) && ( $codec == 'MP4' || $codec == 'auto' ) ) { +if ( $Event->DefaultVideo() and ( $codec == 'MP4' or $codec == 'auto' ) ) { $video_tag = true; } // videojs zoomrotate only when direct recording @@ -147,42 +147,22 @@ if ( !$Event->Id() ) { +DefaultVideo() ) { +?> +
+ + -<<<<<<< HEAD -