Re: [Live-devel] Synchrnozing video and audio using OnDemandServerMediaSubsessions

2008-10-02 Thread Ross Finlayson
void CH263plusVideoDXFrameSource::setPresentationTime() { // Check if this is the first frame we send if (fPresentationTime.tv_sec == 0 && fPresentationTime.tv_usec == 0) { // This is the first frame, so we set the current time gettimeofday

Re: [Live-devel] Synchrnozing video and audio using OnDemandServerMediaSubsessions

2008-10-02 Thread Diego Barberio
:[EMAIL PROTECTED] On Behalf Of Ross Finlayson Sent: Viernes, 05 de Septiembre de 2008 06:27 p.m. To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Synchrnozing video and audio using OnDemandServerMediaSubsessions To get proper audio/video synchronization, you must cr

Re: [Live-devel] Synchrnozing video and audio using OnDemandServerMediaSubsessions

2008-09-05 Thread Ross Finlayson
To get proper audio/video synchronization, you must create a "RTCPInstance" for each "RTPSink". However, the "OneDemandServerMediaSubsession" class does this automatically, so because you're subclassing this, you don't need to do anything special to implement RTCP - you already have it. Howe

[Live-devel] Synchrnozing video and audio using OnDemandServerMediaSubsessions

2008-09-05 Thread Diego Barberio
Hi all, I'm new to the live555 library. I have a MediaServerSession with two SubSessions (one for H263 video and the other for G.711 A-law audio), both SubSessions extend from OnDemandServerMediaSubsession, the one I use for the video is called CH263plusVideoDXServerMediaSubsession and the