Re: [Live-devel] rtsp server scale.

2010-11-22 Thread Ross Finlayson
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

[Live-devel] rtsp server scale.

2010-11-21 Thread 44072429
hi,my friends. you didn't reply my old question about h264fuaframer deleted caused the afterGetting task call crash. and i have a new question. if rtsp client request scale = 0.5. my rtsp server must slow down the send speed by using fDurationInMicroseconds /= m_scale; what ot