From 88d4314a3c3f4485c7ffe5c6bc3f831379d07c7f Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 17 Aug 2020 18:17:03 +0800 Subject: [PATCH] RTC: Refine comment --- trunk/src/app/srs_app_rtc_conn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/src/app/srs_app_rtc_conn.cpp b/trunk/src/app/srs_app_rtc_conn.cpp index e976f8018..42f86cf70 100644 --- a/trunk/src/app/srs_app_rtc_conn.cpp +++ b/trunk/src/app/srs_app_rtc_conn.cpp @@ -1553,6 +1553,7 @@ srs_error_t SrsRtcConnection::add_publisher(SrsRequest* req, const SrsSdp& remot } // When SDP is done, we set the stream to create state, to prevent multiple publisher. + // @note Here, we check the stream again. if (!source->can_publish()) { return srs_error_new(ERROR_RTC_SOURCE_BUSY, "stream %s busy", req->get_stream_url().c_str()); }