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

Rtmp Push Config can not work #102

Closed zuiyu1998 closed 3 months ago

zuiyu1998 commented 4 months ago

XIU version For example: v0.9.1

Describe the bug my rtmp address: rtmp://domain.name.cn:1935/app_name/stream_name?auth_key=test_Key, Rtmp Push Config can not work

harlanc commented 4 months ago

hi @zuiyu1998 Can you provide more detailed logs?

zuiyu1998 commented 4 months ago

Push Config only need Addres and Port,but my rtmp address: rtmp://domain.name.cn:1935/app_name/stream_name?auth_key=test_Key,or rtmp://domain.name.cn/app_name/stream_name?auth_key=test_Key

harlanc commented 4 months ago

I still don't quite understand,if you are Chinese, please add my Wechat : harlancc to communicate.

harlanc commented 4 months ago

I may understand , Authentication now is not supported for RTMP cluster, if you use this feature, try to disable push authentications, set the address to domain name and port to 1935 , then try again..

zuiyu1998 commented 4 months ago

ok,

zuiyu1998 commented 3 months ago

Close.My Error