if rtsp client request scale = 0.5.

my rtsp server must slow down the send speed by using fDurationInMicroseconds /= m_scale;

what other should i do.should i change the pts?and the duration?

Yes. "fDurationInMicroseconds" merely tells the downstream object ("RTPSink") how often to request new data. It's the "fPresentationTime" value that tells the receiving client when to play each frame. Therefore, if you change the scale, you'll need to set the "fPresentationTime" values as appropriate.
--

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

Reply via email to