I have created a instance of ServerMediaSession, and added one audio and one
video session to it using addSubsession. PTS for the video is well taken
care off by the encoder but for audio, since its wav file, I am not sure is
there is PTS in the audio frame. Is there is anything else I am missing.

Rob.

On Fri, Apr 4, 2008 at 1:30 PM, Ross Finlayson <[EMAIL PROTECTED]>
wrote:

>  >I have two streams - one for audio and one for video. Is there is
> >anything I have to do for synchronisation? Currently when I stream
> >both of them, both audio and video appear with lot of jerks. Any
> >suggestion?
>
>
> 1/ Make sure that the presentation times for each frame in the source
> streams are accurate, and are aligned with 'wall clock' time (i.e.,
> the time that you'd get by calling "gettimeofday()".
> 2/ Make sure that each "RTPSink" has a corresponding "RTCPInstance".
> (If you're using our RTSP server implementation, then this happens
> automatically.)
> --
>
> Ross Finlayson
> Live Networks, Inc.
> http://www.live555.com/
> _______________________________________________
> live-devel mailing list
> live-devel@lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to