Re: [Live-devel] about RTCP sending

2008-10-16 Thread Ross Finlayson
I implemented H264Payload, but I found my first RTCP SR was sent very lately. It was sent after the 150th RTP package. This is probably because your "ServerMediaSubsession" subclass's "createNewStreamSource()" function is not setting the result parameter "estBitrate" correctly. That

[Live-devel] about RTCP sending

2008-10-16 Thread Aiden_Coomo
Hi, Guys! I implemented H264Payload, but I found my first RTCP SR was sent very lately. It was sent after the 150th RTP package. And the timestamps in it were not as same as RTP packages, NTP time was error. How shall I fix those problems? Best wishes, Aiden _