mirror of https://github.com/ossrs/srs.git
WHIP: Improve HTTP DELETE for notifying server unpublish event (#3539)
This PR improves the functionality of the HTTP DELETE method used by WHIP to notify the server when the client stops publishing. The URL is parsed from the location header returned by SRS, and the URL is refined with the addition of the action=delete parameter to ensure more accurate identification of the DELETE request. Furthermore, SRS will disconnect and close the session, enabling the client to publish the stream again quickly and easily. This update eliminates the approximately 30-second waiting period previously required for republishing the stream after an unpublish event. Overall, this update provides a more effective and efficient method for notifying the server about unpublish events and will enhance the workflow experience for users of the WHIP platform. ------- Co-authored-by: Haibo Chen <495810242@qq.com> Co-authored-by: ChenGH <chengh_math@126.com>pull/3538/head
parent
26aabe413d
commit
7cf8c48157
Loading…
Reference in New Issue