wiki/howto/tutorials/sailinganalytics/tracking-race-player.md
... ...
@@ -1,10 +1,14 @@
1 1
The video below gives an excellent overview of the main functionality of the SAP Race Player which is accessible on a per-race basis via the "Races/Tracking" Tab of a regatta.
2 2
3
+# Video Tag Test
3 4
5
+This should show a video player:
6
+
7
+<video width="640" height="360" controls>
8
+ <source src="https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm" type="video/webm">
9
+ <source src="https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.mp4" type="video/mp4">
10
+ Your browser does not support the video tag.
11
+</video>
4 12
5
-<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ"
6
-title="YouTube video player" frameborder="0"
7
-allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
8
-allowfullscreen></iframe>
9 13
10 14