<div dir="ltr"><div>Hi,</div><div>In order to achieve very precise digital audio converter clock synchronisation between server and client in a project I am currently working on, I need to access the exact RTP timestamp of the last packet from my MediaSink so I can precisely estimate the clock differences. Using presentation  timestamps is subject to clock adjustment and therefore does not provide enough precision on the digital to audio conversion of the system generating those RTP packets.<br></div><div>Although <span style="font-family:monospace">u_int16_t curPacketRTPSeqNum() const</span> is public,<span style="font-family:monospace"> u_int32_t curPacketRTPTimestamp() const</span> is marked private (liveMedia/include/RTPSource.hh line 89). <br></div><div>Would it be possible to mark this method public (remove line 89 in liveMedia/include/RTPSource.hh) ?<br></div><div><br></div><div>Thanks in advance for your help,</div><div>Kind regards,</div><div>Lionel<br></div></div>