harlanc / xiu

A simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
https://www.rustxiu.com
MIT License
1.61k stars 168 forks source link

HLS VOD support? #21

Closed KudryavtsevDmitry closed 2 years ago

KudryavtsevDmitry commented 2 years ago

Hello. I have several questions about features

Does it support HLS VOD? If so, does it make it on-the-fly packaging (without writing/storing chunks on disk) Does it support mp4, mp3 containers?

harlanc commented 2 years ago

It supports HLS now and the m3u8/ts files are stored on the disk. The mp3/mp4 containers are not supported.

KudryavtsevDmitry commented 2 years ago

Thanks for quick answer!