Add link to open embedded page in new tab
This commit is contained in:
parent
9dad5de265
commit
41d2546f92
10
live.html
10
live.html
|
@ -2,15 +2,15 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Live Streaming</title>
|
||||
<title>Imaginärraum Live Stream</title>
|
||||
<link href="video-js.min.css" rel="stylesheet">
|
||||
<script src="video.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<video id="player" class="video-js vjs-default-skin" controls preload="none" style="max-width:95%;">
|
||||
<source src="/stream/space.m3u8" />
|
||||
</video>
|
||||
|
||||
<video id="player" class="video-js vjs-default-skin" controls preload="none" style="max-width:95%;">
|
||||
<source src="/stream/space.m3u8" />
|
||||
</video>
|
||||
<a href="https://imaginaerraum.de/live.html" target="_blank">In eigenem Tab öffnen</a>
|
||||
<script>var player = videojs('#player', {fluid:true, fullScreen: {navigationUI: "show"}});</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue
Block a user