358 B
358 B
Title | Type |
---|---|
HLS | Document |
import {Prism} from "@astrojs/prism" 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.
<Prism lang="jsx" code={<Zorn Live Video="https://example.org/cats.m3u8"/>
}/>