Infinite loop when closing RTMP session
This is my first time setting up LiveKit Ingress on a Kubernetes cluster using the helm guide. I've ensured that no sources are attempting to connect to the ingress and even stopped listening on the RTMP port (1935) in both firewall and my cluster's ingress. But when I checked the pod's logs I continually see the following error repeated:
2024-05-26T22:55:05.818Z INFO ingress rtmp/server.go:327 closing ingress RTMP session {"nodeID": "NE_QjxZsdzxBSvA"}
time="2024-05-26T22:55:06Z" level=info msg="Server closed by error: Err = EOF\nFailed to handshake\ngithub.com/livekit/go-rtmp.(*serverConn).Serve\n\t/root/go/pkg/mod/github.com/livekit/[email protected]/server_conn.go:31\ngithub.com/livekit/go-rtmp.(*Server).handleConn\n\t/root/go/pkg/mod/github.com/livekit/[email protected]/server.go:116\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1598" logger=ingress nodeID=NE_QjxZsdzxBSvA
I am using the latest available version on all ingress, server, and egress deployments.
did you ever find a solution for this @susanto-tm
which version of Ingress is the issue happening for you guys?
@davidzhao I'm seeing this on 1.4.0. Anyone find a solution for this?
Edit: this turned out to be a issue with my cluster configuration. The services were not able to reach other.