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

@@ -196,7 +196,7 @@ func isTransportSupported(sc *ServerConn, tr *headers.Transport) bool {
}
// prevent using UDP with tunneling
if sc.isHTTP {
if sc.tunnel != TunnelNone {
return false
}