Iñaki Baz Castillo
Iñaki Baz Castillo
Something interesting: - With original (current v3 branch) `DtlsTransport.cpp` code I see: ``` RTC::DtlsTransport::SendPendingOutgoingDtlsData() | --- WARNING: sending data with length 6987 bytes > DTMS MTU 1350 RTC::WebRtcTransport::OnDtlsTransportSendData() | ---...
I'm discarding PR https://github.com/versatica/mediasoup/pull/1343 because its solution is too risky and it is based on non documented OpenSSL behavior that may break in future versions of OpenSSL, plus there is...
@gkrol-katmai, I may start working on a reliable solution not sure when, if you wish, please subscribe to this issue so you get notified.
Even if mic is muted it's still generating bitrate. Can this be repeated after closing the micProducer? CC.disableMic() in console in sender.
More things to be asked by us: 1. Are we considering the RTX traffic sent from sender to mediasoup when we count the Producer bitrate? 2. Does the rtpSendBitrate in...
Not really related but anyway: https://github.com/versatica/mediasoup/pull/992
Wow didn't notice
> - Current temporal layer: 1 > - RTP packet with sequence number 1000 and payload with temporal layer 1 is forwarded > - Current temporal layer switches to: 0...
> > I don't understand the first change in the diff referenced in your message. Why checking == target temporal layer instead of original check? > > Why would we...
> In any case, if we want to upgrade to a specific higher layer it will be to the target layer. The layer selection is done in the corresponding Consumer...