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

RtmpUrlParser not working #96

Closed zuiyu1998 closed 5 months ago

zuiyu1998 commented 5 months ago

XIU version v0.9.1

Describe the bug rtmp url parse fail.

To Reproduce obs use rtmp://domain.name.cn:1935/live/test?auth_key=test_Key.

Expected behavior app_name: live stream_name: test

now: app_name: live/test stream_name:

harlanc commented 5 months ago

If the PUSH URL is rtmp://domain.name.cn:1935/live/test?auth_key=test_Key , you should input as follows:

image
zuiyu1998 commented 5 months ago

yes.