Re: [Live-devel] Regarding the timestamp of device source

2013-12-27 Thread Ross Finlayson
> but unfortunately, vlc also shows that the g711 audio is late. VLC is not our software. You should be testing your server using "testRTSPClient" first. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-deve

Re: [Live-devel] Regarding the timestamp of device source

2013-12-26 Thread Tony
but unfortunately, vlc also shows that the g711 audio is late. At 2013-12-24 08:15:00,"Ross Finlayson" wrote: I saw the DeviceSource code in live555 project. I found that the the fPresentationTime would be set by gettimeofday when doGetNextFrame is called. I remembered you said the fPresen

Re: [Live-devel] Regarding the timestamp of device source

2013-12-23 Thread Ross Finlayson
> I saw the DeviceSource code in live555 project. > I found that the the fPresentationTime would be set by gettimeofday > when doGetNextFrame is called. > I remembered you said the fPresentationTime must be same at the first > time,So how should it sync audio and video?

[Live-devel] Regarding the timestamp of device source

2013-12-18 Thread Tony
Hi, Ross, I saw the DeviceSource code in live555 project. I found that the the fPresentationTime would be set by gettimeofday when doGetNextFrame is called. I remembered you said the fPresentationTime must be same at the first time, So how should it sync audio and video?