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

Allow setting different passwords for pushing and pulling #133

Closed Ceron257 closed 3 weeks ago

Ceron257 commented 4 weeks ago

With these changes it's possible to specify an optional push_password in the [authsecret] section of the config file which if given is used to authenticate pushing streams.

harlanc commented 3 weeks ago

thx.