Added FLV Player
This commit is contained in:
@@ -4,7 +4,7 @@ import { cn } from "../utils/cn";
|
||||
|
||||
interface Props extends HTMLAttributes<"div"> {
|
||||
videoUrl: string;
|
||||
videoType: string;
|
||||
videoType?: string;
|
||||
isLive?: boolean;
|
||||
autoPlay?: boolean;
|
||||
muted?: boolean;
|
||||
@@ -15,7 +15,7 @@ interface Props extends HTMLAttributes<"div"> {
|
||||
|
||||
const {
|
||||
videoUrl,
|
||||
videoType,
|
||||
videoType = "application/x-mpegURL",
|
||||
isLive = false,
|
||||
class: className = "",
|
||||
autoPlay = false,
|
||||
|
||||
Reference in New Issue
Block a user