Re: [Live-devel] rtsp with a/v synchronization

2007-08-24 Thread mp lt
Thanks for your fast reply, Ross. Yes, I created "RTCPInstance" for each of video and audio RTPSink(subclass). However, the first timestamp for video and audio is a little different since each of framesources of video and audio use gettimeofday() to get the time for the first time. In my

[Live-devel] rtsp with a/v synchronization

2007-08-23 Thread mp lt
Hi Ross, Thank you for offering us this nice library to learn more about streaming. I am just writing a test application for H.264 and AAC multicast streaming with the help of FAQ and previous discussions. After some tests, I found some problem with a/v synchronization that I can not understand.