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.6k stars 168 forks source link

HLS Server returned 404 Not Found #123

Closed xuchao-ovo closed 2 months ago

xuchao-ovo commented 2 months ago

rtsp转hls ffplay -i http://localhost:8081/live/test/test.m3u8 访问not found,发现目录下并没有生成live/test切片文件夹 image image

xuchao-ovo commented 2 months ago

image

harlanc commented 2 months ago

把RTMP的端口也打开一下吧,现在RTSP转HLS走下面的流程:

  RTSP -> RTMP -> HLS
xuchao-ovo commented 2 months ago

可以了 感谢感谢