You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the TAI timestamps provided by the user get rounded/truncated to an audio packet boundary (e.g. ptime 1ms). Is it expected that 2110 audio data can only be provided starting on an audio packet boundary?
It seems no matter what timestamp I proivde to MTL, it's always results in RTP timestamp withich is mutliple to ptime 1ms, (rtp_timestamp % 48 == 0)