mpegts.js plugin for oplayer

!npm bundle size


FLV plugin for oplayer
``bash`
npm i @oplayer/core @oplayer/mpegts mpegts.js
`html
`
`ts
export type Matcher = (video: HTMLVideoElement, source: Source) => boolean
// active inactive
export type Active = (
instance: Mpegts.Player,
library: typeof Mpegts
) => void | ((instance: Mpegts.Player, library: typeof Mpegts) => void)
export type MpegtsPluginOptions = {
config?: Partial
matcher?: Matcher
active?: Active
}
``