mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 23:02:45 +08:00
simplify tests (#247)
This commit is contained in:
@@ -1494,7 +1494,7 @@ func (c *Client) doPlay(ra *headers.Range, isSwitchingProtocol bool) (*base.Resp
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// open the firewall by sending test packets to the counterpart.
|
||||
// open the firewall by sending empty packets to the counterpart.
|
||||
// do this before sending the request.
|
||||
// don't do this with multicast, otherwise the RTP packet is going to be broadcasted
|
||||
// to all listeners, including us, messing up the stream.
|
||||
|
Reference in New Issue
Block a user