Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PUNKPOTUS authored Oct 7, 2024
1 parent 6827976 commit d655c27
Showing 1 changed file with 26 additions and 15 deletions.
41 changes: 26 additions & 15 deletions frames/index.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<link href="https://vjs.zencdn.net/8.10.0/video-js.css" rel="stylesheet" />
<!-- Farcaster Frame Required Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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="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" />
<!-- OpenGraph Meta Tags (Required for Farcaster) -->
<meta property="og:title" content="Video Frame" />
<meta property="og:image" content="https://arweave.net/tcgPiqquobs5dHT5x8Szn3miDxbBVOTKkoMY7MwWGEs" />
<meta property="og:description" content="Video content" />
</head>

<body>
<video id="my-video" class="video-js" controls preload="auto" width="500" height="500" poster="https://arweave.net/tcgPiqquobs5dHT5x8Szn3miDxbBVOTKkoMY7MwWGEs"
data-setup="{}">
<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>
<video
id="my-video"
class="video-js"
controls
preload="auto"
width="500"
height="500"
poster="https://arweave.net/tcgPiqquobs5dHT5x8Szn3miDxbBVOTKkoMY7MwWGEs"
data-setup="{}">
<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 d655c27

Please sign in to comment.