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

how to play a video file? #45

Closed zzxap closed 7 months ago

zzxap commented 11 months ago

how do this? open https://www.xxx.com/xiu?file=xxx.mp4
then play the xxx.mp4 ?

harlanc commented 11 months ago

No, xiu cannot use a mp4 file as input or output now.

zzxap commented 11 months ago

how to play http://xxx.com/playlist.m3u8

harlanc commented 11 months ago

Please follow the steps from README.

ta3pks commented 11 months ago

m3u8 is hls playlist file you cna play it natively on safari or you can use hls.js or some player that uses hls.js under the hood to play it https://vimejs.com/?ref=madewithsvelte.com is one such player @zzxap