diff --git a/cmd/debug/stack.go b/cmd/debug/stack.go index 97b0ec98..cbd36647 100644 --- a/cmd/debug/stack.go +++ b/cmd/debug/stack.go @@ -21,6 +21,7 @@ var stackSkip = [][]byte{ []byte("created by net/http.(*Server).Serve"), // TODO: why two? []byte("created by github.com/AlexxIT/go2rtc/cmd/rtsp.Init"), + []byte("created by github.com/AlexxIT/go2rtc/cmd/srtp.Init"), // webrtc/api.go []byte("created by github.com/pion/ice/v2.NewTCPMuxDefault"),