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

improve application/xiu readme, same default port. #120

Closed suzp1984 closed 2 months ago

suzp1984 commented 2 months ago

As a newbie, just knows to copy/paste cmd, the same default port config in doc, can impove the first experience with this project.

e.g. the doc said to boot the server by this way: xiu -r 1935 -t 5544 -f 8080 -s 8081 -l info, while play the hls stream by this cmd: ffplay -i http://localhost:8080/live/test/test.m3u8. It took me a while to figure out what's going wrong.

harlanc commented 2 months ago

Thanks.