Hi, I’m building an application and wanted to know if there’s a way to reset the skew manually. My application has a sender and a receiver that can both be turned off and when starving the receiver of packets and then reactivating the sender it takes a while to restart the receiver and it gives me the following message
rtpjitterbuffer.c:730:rtp_jitter_buffer_calculate_pts: rtp delta too big, reset skew
I wanted to know if I can manually reset the skew in some way or if there’s a workaround to my issue.
Thanks!