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
:[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
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
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