add RTSP-over-WebSocket (#891) (#898)

This commit is contained in:
Alessandro Ros
2025-09-17 21:30:11 +02:00
committed by GitHub
parent 1616c8c634
commit 6107dea9a0
16 changed files with 493 additions and 69 deletions

View File

@@ -420,7 +420,7 @@ func (s *Server) runInner() error {
sc := &ServerConn{
s: s,
nconn: nconn,
isHTTP: true,
tunnel: TunnelHTTP,
}
sc.initialize()
s.conns[sc] = struct{}{}