Markierung von Inhalten außerhalb des Players Leider wartet diese Seite auf die Übersetzung ins Deutsche You need to use JS API to navigate through the highlights of your video or audio <script> var player = new Playerjs({"id":"player", "file":"video.mp4"}); </script> <li><button onclick="player.api('seek',10)">00:10</button> first event <li><button onclick="player.api('seek',88)">01:28</button> second event |