Eric Daniels
Eric Daniels
This will register a service that only returns IPv4/6 addresses based on the interface the multicast request was received on.
In https://github.com/blackjack/webcam/blob/master/webcam.go#L276, a user may accidentally (due to a bug) call Close more than once. This is particularly dangerous since we're holding to a raw file descriptor number. This could...
With the following test and `gotestsum -- -race`, the race detector output is inconsistently output. ```go package main import ( "fmt" "testing" ) func TestRace(t *testing.T) { a := 1...
v2 Plans
@enobufs, I figured we could start talking here publicly about what we should do in v2. Right now we know that ultimately we want: - RACK - TLP - Blocking...
Fixes #80 @thomasfleming-cs, probably still better to update the vendored library all together but this is tiny to start
Prior to this, we would wait for a single RTP packet to figure out the codec which is not to spec. @Sean-Der, as far as I can tell based on...
https://github.com/WonderInventions/node-webrtc is further ahead than https://github.com/node-webrtc/node-webrtc, see https://github.com/node-webrtc/node-webrtc/commit/cb7b4881c14e74886ddf1f2bbf9099bf8196edf8
Fixes https://github.com/pion/webrtc/issues/2778 cc: @at-wat
waiting for tests
It appears there are several cases such as if a peer connection shuts down before it is fully stable or is in the process of renegotiating, that closing it and...