mirror of
https://github.com/aler9/gortsplib
synced 2025-10-21 22:29:31 +08:00
support go 1.18
This commit is contained in:
@@ -81,7 +81,8 @@ func newServerUDPListener(
|
||||
s *Server,
|
||||
multicast bool,
|
||||
address string,
|
||||
isRTP bool) (*serverUDPListener, error) {
|
||||
isRTP bool,
|
||||
) (*serverUDPListener, error) {
|
||||
var pc *net.UDPConn
|
||||
var listenIP net.IP
|
||||
if multicast {
|
||||
|
Reference in New Issue
Block a user