Kevin Wang

Results 114 comments of Kevin Wang

We are also running into this https://user-images.githubusercontent.com/511342/181342279-b46f26a1-c1a8-4b49-8bcd-85560fd17d3d.mp4 The text synthesized is "Text-to-speech enabled". You can hear it do something strange with the dashes and says something like "encol start" and...

Does the GCC congestion controller support RFC8888? I think it would be good to have that in so we standardize on a congestion control format. It's not so easy to...

> Switching it from a struct to a pointer technically is API breakage > > Let me check `ion-sfu` and `mediadevices` first to make sure we don't cause any problems...

Stumbled across this, the pattern is kind of cool. > There seems currently no well documented way on how to establish a PeerConnection which avoids races/glaring? I've definitely run across...

I see, thanks for the link. An explanation or documentation would definitely be appreciated. At the very least if it's WAI, a better error message so others don't waste time...

@n3ksus I've created a [Dockerfile that compiles in ffmpeg here](https://gist.github.com/kevmo314/f73984bcd7247f59e2cd42b182d8fa77). Since various options are specified at compile-time, I've chosen to not publish it on dockerhub but you can customize the...

+1 to this PR, I spent a decent chunk of time trying to figure this out. It might be "obvious" because the code only unmarshals the json, but a simple...

> [Application-Defined RTCP Packet](https://datatracker.ietf.org/doc/html/rfc3550#section-6.7) would be useful for some use case 👍 application defined RTCP, it's a bit of a pain to incorporate custom RTCP packets right now because raw...

> Header shouldn't be a property but a method, like the one of every other packet, otherwise it can't be updated automatically when a property changes. I'm not sure if...

I'm curious what's the source of the speed increase? I see that the new lib is using the V4L2 API instead of the multimedia API, is that it?