simplify tests (#247)

This commit is contained in:
Alessandro Ros
2023-04-14 11:53:37 +02:00
committed by GitHub
parent 5258f5b6e6
commit 9e29555063
6 changed files with 145 additions and 344 deletions

View File

@@ -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.