diff --git a/trunk/src/app/srs_app_ingest.cpp b/trunk/src/app/srs_app_ingest.cpp index 99205fda5..43a91357f 100644 --- a/trunk/src/app/srs_app_ingest.cpp +++ b/trunk/src/app/srs_app_ingest.cpp @@ -32,6 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include // when error, ingester sleep for a while and retry. +// ingest never sleep a long time, for we must start the stream ASAP. #define SRS_INGESTER_SLEEP_US (int64_t)(6*100*1000LL) SrsIngester::SrsIngester()