mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 14:52:46 +08:00
update docs
This commit is contained in:
@@ -125,7 +125,7 @@ func (st *ServerStream) readerAdd(
|
||||
|
||||
switch transport {
|
||||
case TransportUDP:
|
||||
// check whether client ports are already in use by another reader.
|
||||
// check if client ports are already in use by another reader.
|
||||
for r := range st.readersUnicast {
|
||||
if *r.setuppedTransport == TransportUDP &&
|
||||
r.author.ip().Equal(ss.author.ip()) &&
|
||||
|
Reference in New Issue
Block a user