Alex Pokotilo
Alex Pokotilo
Hi all, maybe we need to remove "video/rtx" tracks from `func (m *MediaEngine) RegisterDefaultCodecs()` since rtx doesn't work in anyway ? Now when we use webrtc.NewPeerConnection to create "default" peerConnection...
@congchenutd do you have a callstack we can work with ?
@ethouris, we've checked on several OSes and fix works fine. Thank you!
It looks like rtx packets not supported by default and it is strange why rtx declared in func (m *MediaEngine) RegisterDefaultCodecs() Please see https://github.com/pion/webrtc/issues/1675 for details. I removed rtx and...
HI @Sean-Der, first of all thanks for this stack! Your job is great and your team is wonderful! Could you please explain what do you mean by NACK+RTX ? Is...
Hi @ChenMoGe2, why do you need RTX with distinct SSRC ? NACK works fine and as far as I understand does the same as RTX+distinct SSRC. Please explain your considerations...
Hi @ChenMoGe2, could you please give me something to read about this statistics measurement problem? Besides statistics re-transmission works the same, right ?
please take a look at https://github.com/pion/webrtc/discussions/2254
Hi @maxsharabayko, Please correct me, but new CRcvBuffer was introduced in https://github.com/Haivision/srt/releases/tag/v1.5.0 See "2. New Implementation of the Receiver Buffer" in "New Features and Improvements". If so, we have limited...
The question is when new implementation replaced the old one: in 1.5.0 or in 1.5.1 ?