Einführung des livespotting VideoJS-Players
Diese Anleitung erleichtert die Einbindung und Personalisierung des Open Source HTML-Video-Players VideoJS von livespotting in Ihre Webseite.
Anleitung zur Implementierung von VideoJS
1. Einbinden der VideoJS-Bibliotheken
<script src="https://livespotting.fra1.cdn.digitaloceanspaces.com/player/static/videojs/dist/video.min.js"></script>
<link href="https://livespotting.fra1.cdn.digitaloceanspaces.com/player/static/videojs/dist/video-js.min.css" rel="stylesheet"/>
<link href="https://livespotting.fra1.cdn.digitaloceanspaces.com/player/static/videojs/dist/video-js-skin.min.css" rel="stylesheet"/>
<script src="https://livespotting.fra1.cdn.digitaloceanspaces.com/player/static/videojs/dist/videojs-overlay.min.js"></script>
<link href="https://livespotting.fra1.cdn.digitaloceanspaces.com/player/static/videojs/dist/videojs-overlay.min.css" rel="stylesheet"/>
<script src="https://livespotting.fra1.cdn.digitaloceanspaces.com/player/videojs-plugin.js"></script>2. Einrichtung des Video Players
<video-js
id="cmPlayer1"
data-player="default"
data-embed="default"
width="640px"
height="360px"
controls
></video-js>3. Initialisierung des Video Players
Wie macht man den Player responsiv?
Weitere Anpassungen
Last updated
Was this helpful?