Skip to content

streamable - 295 B

Basic Usage

ts
import { streamablePlugin } from "@socialplayer/streamable-plugin"
import { createSocialPlayer } from "@socialplayer/core"

createSocialPlayer.use(streamablePlugin)

const { playbackActions } = createSocialPlayer({
  { id: "video-id" },
})

playbackActions.loadStreamableUrl({ source })