-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |