Jordi Cenzano

Results 5 comments of Jordi Cenzano

I ended up installing `netem` in a docker and calling it directly. Then it is possible (and easy) to pass different parameters (simulating different network problems): https://github.com/jordicenzano/live-streaming-ingest-advanced-simulation I hope it...

Thanks a lot for testing this, but when I use a ECDSA keys I get the exact same error. This is what I use to create those keys: ``` openssl...

Yes, I updated that script (IDK if I did properly TBH) I just pushed the changes

Sorry for my late reply, it is faling too: ``` interop git:(master) ✗ python3 interop.py Traceback (most recent call last): File "/Users/jcenzano/joccode/webtransport-go/interop/interop.py", line 32, in driver.get("http://localhost:8080/webtransport") File "/Users/jcenzano/homebrew/lib/python3.11/site-packages/selenium/webdriver/remote/webdriver.py", line 356,...

> Should lpfBuffer be an array of arrays, where the outer array has a length of channelCount and the inner array has the same length as lpfCoefficients? Correct! > I...