From 2b99b43633f23daf837725bd6782f1cc3e57dbb9 Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 10 Sep 2020 17:48:28 +0800 Subject: [PATCH] RTC: Fix bug --- trunk/src/app/srs_app_rtc_conn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/app/srs_app_rtc_conn.cpp b/trunk/src/app/srs_app_rtc_conn.cpp index 36e104190..c9475a185 100644 --- a/trunk/src/app/srs_app_rtc_conn.cpp +++ b/trunk/src/app/srs_app_rtc_conn.cpp @@ -382,7 +382,7 @@ SrsRtcPlayStream::SrsRtcPlayStream(SrsRtcConnection* s, const SrsContextId& cid) _srs_config->subscribe(this); timer_ = new SrsHourGlass(this, 1000 * SRS_UTIME_MILLISECONDS); - + nack_epp = new SrsErrorPithyPrint(); pli_worker_ = new ISrsRtcPLIWorker(this); }