Lens Blocks are currently in pre-alpha and not ready for use!

Video Player Component

An video player component for playing video attachments in Lens posts.

Basic video player
Open in

Installation

Usage

import { LensVideoPlayer } from "@/components/lens-video-player";
import { usePost } from "@lens-protocol/react";
const { data: post } = usePost({ post: "1z32szv5xqnpaqqncah" });
<LensVideoPlayer video={post.metadata.video} />