1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Disable track by default

This commit is contained in:
winlin 2020-08-03 12:36:34 +08:00
parent 0408040ed7
commit 8aa20d390e

View file

@ -1349,7 +1349,7 @@ SrsRtcTrackDescription::SrsRtcTrackDescription()
ssrc_ = 0; ssrc_ = 0;
rtx_ssrc_ = 0; rtx_ssrc_ = 0;
fec_ssrc_ = 0; fec_ssrc_ = 0;
is_active_ = true; is_active_ = false;
media_ = NULL; media_ = NULL;
red_ = NULL; red_ = NULL;