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:
parent
0408040ed7
commit
8aa20d390e
1 changed files with 1 additions and 1 deletions
|
@ -1349,7 +1349,7 @@ SrsRtcTrackDescription::SrsRtcTrackDescription()
|
|||
ssrc_ = 0;
|
||||
rtx_ssrc_ = 0;
|
||||
fec_ssrc_ = 0;
|
||||
is_active_ = true;
|
||||
is_active_ = false;
|
||||
|
||||
media_ = NULL;
|
||||
red_ = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue