Gianluca Crucill? wrote: > Hi all, > > I have a question: Is it possible to extract the clock from a audio > stream during the session? What kind of clock? Timestamp? Each audio frame (pjmedia_frame) being passed on back and forth between media ports in pjmedia has a timestamp field in it, so you could extract it. -benny > Thanks