You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
penguinol
changed the title
SetMaxOutgoingBitrate does not work if setted before first conusmer creating
SetMaxOutgoingBitrate does not work if set before first conusmer creating
Jun 13, 2022
penguinol
changed the title
SetMaxOutgoingBitrate does not work if set before first conusmer creating
SetMaxOutgoingBitrate does not work if set before first conusmer created
Jun 13, 2022
…fore created (#833)
- Fixes#831
- Remove no longer used `RtpBufferSize` in `RtpPacket.hpp`.
ibc
changed the title
SetMaxOutgoingBitrate does not work if set before first conusmer created
SetMaxOutgoingBitrate does not work if set before first consumer created
Jun 14, 2022
mediasoup/worker/src/RTC/Transport.cpp
Lines 633 to 646 in f147f77
According to current code, the max outgoing bitrate will be set only when tccClient is created.
And set max incoming bitrate has not this limitation
mediasoup/worker/src/RTC/Transport.cpp
Lines 593 to 617 in f147f77
I think it's because we want to validate the max bitrate in tccClient->SetMaxOutgoingBitrate.
The text was updated successfully, but these errors were encountered: