diff --git a/client.go b/client.go index 2df6bf5e..549916a0 100644 --- a/client.go +++ b/client.go @@ -720,8 +720,8 @@ func (c *Client) playRecordStart() { } for _, cct := range c.tracks { - cct.udpRTPListener.start(true) - cct.udpRTCPListener.start(true) + cct.udpRTPListener.start(false) + cct.udpRTCPListener.start(false) } }