Ignore srtp init in stack list func

This commit is contained in:
Alexey Khit
2022-11-04 10:07:50 +03:00
parent 7725d5ed31
commit 7fc3f0f641
+1
View File
@@ -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"),