Koushik Dutta
Koushik Dutta
just looking for comments atm. main "breaking" change is passing in the werift connection factory into the constructor. not ideal, but it's the only way I was able to remove...
This builds on top of https://github.com/dgreif/ring/pull/952 do not return the ring edge connection until it has confirmed with a session id. connection call ended should end the streaming session. add...
# Bootloaders Firstly, there are two boot loaders for this device. The UF2 Bootloader and the Open Bootloader. Your device most likely shipped with the UF2 Bootloader, if you bought...
Thanks for the great project. I'm currently using it in a non-node environment with minimal shimming on dgram. Everything works, but the webpack size is quite large. It can be...
Currently it seems that the stop and removeTrack functions do not work. This is the initial pass of that work. I'd appreciate any thoughts you may have. The issues I...
I'm trying to connect to Tuya's webrtc endpoint. This works fine in any browser. However, it is failing in werift due to missing ciphers. Here's the supported cipher list from...
Is there a way to limit the commits in the generates release notes to those in a specific directory? Ie, with a directory structure: * / * docker * extra...
Related to my renegotiation work: I found that every time the connection is renegotiated on a bundle connection, new ice candidates are generated for that mline. It also seems candidates...
This is something I noticed after my add/remove track work: Currently renegotiating a bundle connection sends candidates again in the sdp (and I think also via the trickle). This is...
This bug seems unique to Safari deduplicating identical concurrent network requests across embedded iframes. The `t` query parameter is a timestamp that is intended for use with cache busting. This...