mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user