Zorn/docs/live.mdx

451 B

Title Type
HLS Document

import {Code} from "astro:components" import {Zorn} from "@minpluto/zorn"

Zorn can stream .m3u8 content with HLS support added. The HLS support is only added if you add the Live option.

Just add the Live option with an .m3u8 source.

<Code lang="jsx" code={<Zorn Live Video="https://example.org/cats.m3u8"/>}/>