Skip to content

Commit

Permalink
Update pp3.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PUNKPOTUS authored Oct 7, 2024
1 parent 25ff070 commit d239a54
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion frames/pp3.html
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://vjs.zencdn.net/8.10.0/video-js.css" rel="stylesheet" />
<meta property="fc:frame" content="vNext" />
<meta property="fc:frame:video"
content="https://vod-cdn.lp-playback.studio/raw/jxf4iblf6wlsyor6526t4tcmtmqa/catalyst-vod-com/hls/70ed8k9v4txqzz9q/index.m3u8" />
<meta property="fc:frame:video:type" content="application/x-mpegURL" />
<meta property="fc:frame:image" content="https://arweave.net/tcgPiqquobs5dHT5x8Szn3miDxbBVOTKkoMY7MwWGEs" />
<meta property="og:image" content="https://arweave.net/tcgPiqquobs5dHT5x8Szn3miDxbBVOTKkoMY7MwWGEs" />
</head>
<body>
<video
id="my-video"
class="video-js vjs-16-9"
controls
preload="metadata"
width="640"
height="360"
poster="https://arweave.net/tcgPiqquobs5dHT5x8Szn3miDxbBVOTKkoMY7MwWGEs"
title="Video content"
aria-label="Video player"
data-setup='{
"playbackRates": [0.5, 1, 1.5, 2],
"fluid": true,
"responsive": true
}'>
<source
src="https://vod-cdn.lp-playback.studio/raw/jxf4iblf6wlsyor6526t4tcmtmqa/catalyst-vod-com/hls/70ed8k9v4txqzz9q/index.m3u8"
type="application/x-mpegURL" />
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
web browser that
<a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>
<script src="https://vjs.zencdn.net/8.10.0/video.min.js"></script>
</body>
</html>

0 comments on commit d239a54

Please sign in to comment.