panic: io: read/write on closed pipe
goroutine 13 [running]:
main.whipHandler.func2(0xc000225b00, 0x937540?)
/home/krystianch/whipd/main.go:153 +0x665
created by github.com/pion/webrtc/v4.(*PeerConnection).onTrack in goroutine 109
/home/krystianch/.local/share/go/pkg/mod/github.com/pion/webrtc/v4@v4.0.1/peerconnection.go:467 +0x165
From docs:
WriteRTP writes a RTP Packet to the TrackLocalStaticRTP If one PeerConnection fails the packets will still be sent to all PeerConnections. The error message will contain the ID of the failed PeerConnections so you can remove them
This error can probably be ignored.
Krystian ChachuĊa referenced this ticket in commit 22b73c2.