13 lines
No EOL
358 B
Text
13 lines
No EOL
358 B
Text
---
|
|
Title: HLS
|
|
Type: 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"/>`}/> |