[Live-devel] question about when the first SR was sent

2008-10-20 Thread Aiden_Coomo
HI,Guys Had it better that the first SR package is sent following the first RTP package? If so, the Client may know the relationship of server NTP time and server RTP timestamp as quickly as possible How do you think? Aiden ___

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

[Live-devel] 答复: question about the live 555 RTP sending speed

2008-09-25 Thread Aiden_Coomo
Sorry I can't grasp "properly set". ^_^ Another question about "fPresentationTime". The sending rate depends on "fDurationInMicroseconds", Then ,what is "fPresentationTime" related to ? timestamp, right ??? -邮件原件- 发件人: Ross Finlayson [mailto:[EMAIL PROTECTED] 发送时间: 2008年9月24日 15:26 收件

[Live-devel] 答复: question about the live 555 RTP sending speed

2008-09-25 Thread Aiden_Coomo
HI, Malte! Thanks, The following blue notes are my questions. -邮件原件- 发件人: Malte Tancred [mailto:[EMAIL PROTECTED] 发送时间: 2008年9月24日 13:56 收件人: [EMAIL PROTECTED] 主题: Re: [Live-devel] question about the live555 RTP sending speed On 23 sep 2008, at 15.11, Ross Finlayson wr

[Live-devel] 答复: question about the live 555 RTP sending speed

2008-09-24 Thread Aiden_Coomo
HI,Ross! Thanks for your suggestion. Now, I can do better. But during the presentation, some quickly moving things were not legible yet. Whether do I missed other variables like " fDurationInMicroseconds ". -邮件原件- 发件人: Ross Finlayson [mailto:[EMAIL PROTECTED] 发送时间: 2008年9月23日 2

[Live-devel] question about the live555 RTP sending speed

2008-09-23 Thread Aiden_Coomo
Hi,Guys! I had added a h264 payload into live555Media server. But I can't smoothly play a H264 file, its size is 108,333,536 byte and its playing time is 255 second. After simple analysis, I found live555Media Server spent 30 seconds sending about 1000 RTP packages. If we suppose that

[Live-devel] Maybe two bugs exist

2008-07-06 Thread Aiden_Coomo
1 live555MediaServer crashed when parsing .mpg I downloaded live.2008.06.05.tar.gz., and Compiled in Linux. Run "live/mediaServer/live555MediaServer", when I use .mpg to test live555MediaServer, it crashed. Test clients are QuickTime and Realplay 11 I add -DDEBUG macro, and get some logs

Re: [Live-devel] H.264VideoReceiver

2008-07-06 Thread Aiden_Coomo
HI, Ross! I joined in live555 several days ago, Just now, I saw http://www.live555.com/liveMedia/doxygen/html/classMedium.html. It seems that I can write a new "MediaSink" if I want to add new receiver in client. if I try to support new media type in server, How about? Add a MultiFramedRTPSink,rig