1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 20:01:56 +00:00

RTC: Fix bug for utest

This commit is contained in:
winlin 2020-08-04 16:56:27 +08:00
parent 103bf86eef
commit 49e768ad09

View file

@ -823,6 +823,7 @@ SrsRtcPublishStream::SrsRtcPublishStream(SrsRtcConnection* session)
session_ = session; session_ = session;
request_keyframe_ = false; request_keyframe_ = false;
req = NULL;
source = NULL; source = NULL;
nn_simulate_nack_drop = 0; nn_simulate_nack_drop = 0;
nack_enabled_ = false; nack_enabled_ = false;