Alessandro Toppi
Alessandro Toppi
hello @boushley thanks for the detailed analysis > I don't know much about using RTX streams with Pion, but it definitely looks like there's at least support for that setup...
fyi I was unable to reproduce on #2231
even by using a sendonly connection from pion ``` peerConnection.AddTransceiverFromTrack(vp8Track, webrtc.RtpTransceiverInit{ Direction: webrtc.RTPTransceiverDirectionSendonly, }) ``` the client is still generating dummy twcc feedbacks
> you can squash both of the fixup commits into the original commit Done.
@timabbott I have updated the PR with some of the requested changes. I've left a separate commit in order to make the changes more evident, if everything is okay I'll...
The PR has been updated - `email` field is now included in the `jwt_fetch_apy_key` response. This is for symmetry with the other `fetch_api_keys` methods. - `include_profile` is now needed to...
Getting hit again by the same issue :-( It looks like the triggering condition is disabling rtx in the pion media engine (e.g. not registering rtx support). **pion/webrtc v3.1.46** The...
IMHO this is a useful addition to the code base. @lionelnicolas I'd suggest adding the admin endpoint as a parameter (default value should be`/admin`)
@spscream when enabling FEC in traffic from Audiobridge room to participants, don't forget to also set the `default_bitrate` parameter for that room (e.g. `64000`). If the libopus encoder does not...
If fecPacketsReceived is 0 in inbound-rtp coming from janus audiobridge then FEC is not being used at all