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

rtsp server prints some annoying messages #99

Closed simon-fu closed 1 month ago

simon-fu commented 4 months ago

When publish/subscribe RTSP stream, it prints the following messages

address_with_port: localhost:554address_with_port: localhost:554address_with_port: localhost:554address_with_port: localhost:554address_with_port: localhost:554address_with_port: localhost:554address_with_port: localhost:554address_with_port: localhost:554address_with_port: localhost:554address_with_port: localhost:554
harlanc commented 4 months ago

@simon-fu The branch support_auth may fix this problem, and will be merged into the master branch in the next few days.