Hugo Tunius

Results 217 comments of Hugo Tunius

That's excellent extra context! > So my goal is making sure that libwebrtc's and str0m's BWE are close as possible and the plan is adjusting str0m's implementation one step at...

I agree with @xnorpx, we need a way to get RTP overhead. Consider: I have an encoder with a target bitrate of 500kbit/s and an estimate(including RTP overhead) of 512kbit/s,...

> How about adding something to MediaIngressStats and MediaEgressStats? They are already reported per mid/rid and has a total byte value. > Seems like a logical place to have it...

It's not `SSLKEYLOGFILE` for webrtc. Here's how I do it on macOS, but this can be tweaked for other operating systems ## Chrome Run chrome as `$PATH_TO_CHROME --enable-logging -v=3 --force-fieldtrials=WebRTC-Debugging-RtpDump/Enabled/`...

> but given that **the only** other maintained Rust implementation is the one from WebRTC.rs, which arguably suffers from an awkward/unergonomic API, it could be interesting if str0m's ICE implementation...

Hey, I'm interested in support for existing apps so I'm really happy you are tackling that! Any particular reason to not support CocoaPods? It's the preferred dependecy option in most...

The same thing happens in Safari and older version of Chrome/Firefox with `addDays`. For example in [Brasilia(BRT)](https://www.timeanddate.com/time/zones/brt) the following code ``` addDays(new Date(2018, 9, 28), 7) ``` Returns `Sat Nov...