mirror of
https://github.com/aler9/gortsplib
synced 2025-10-30 02:01:57 +08:00
unexport connClientUDPListener.read
This commit is contained in:
@@ -446,7 +446,7 @@ func (c *ConnClient) SetupUDP(u *url.URL, track *Track, rtpPort int,
|
||||
rtcpListener.publisherPort = (*th.ServerPorts)[1]
|
||||
c.rtcpListeners[track.Id] = rtcpListener
|
||||
|
||||
return rtpListener.Read, rtcpListener.Read, res, nil
|
||||
return rtpListener.read, rtcpListener.read, res, nil
|
||||
}
|
||||
|
||||
// SetupTCP writes a SETUP request, that means that we want to read
|
||||
|
||||
Reference in New Issue
Block a user