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