Nils Ohlmeier
Nils Ohlmeier
@digitarald does the addon only result in warnings about an unsupported browser to disappear? I would be surprised if it magically makes audio/video calls work in Firefox.
Yes I meant the srtp_cipher_type_t::init function. Since it caused a memory leak with the NSS implementation I'm not the only one who was surprised by this re-initing expectation. But I...
Awesome contribution! Definitely super helpful contribution for conference servers. I'm wondering what people think if this change should be a compile time option only. Because I assume that client side...
> Consider also that libraries such as libsrtp are usually built in one variant for system packaging, and that library may be used by any kind of application, server or...
FYI Firefox uses aggressive nomination from the old RFC. It causes a problem with endpoints which use ice lite. That is one of the reasons aggressive nomination got deprecated in...
I think PR #270 super seeds this.
Hello @daimoc, Thanks a lot for the steps to reproduce. I tried it a couple of times to replicate the problem with your steps. But the only issue I ran...
@na-g @mjfroman what are your thoughts on this?
@bgrozev are there any existing issues for adding support for MID and/or RID already we could link this issue to (I couldn't find any, but maybe I'm not searching for...
I agree with @juberti that especially in a case where the error can be detected it should be raised as early as possible, thus in the constructor or setConfig. Which...