Re: [Live-devel] Byte rate of live media server

2012-06-06 Thread Ross Finlayson
>> i was wondering how to >> find out the bit/byte rate of streaming of live media server,that i can >> print on the console??? > > If you're streaming using an RTPSink object, call its octetCount() method at > two known times. Then: > > double mbits_sent = (o2 - o1) / 1024.0 / 1024.0 /

Re: [Live-devel] Byte rate of live media server

2012-05-31 Thread Warren Young
On 5/28/2012 8:09 AM, Ketan Gholap wrote: i was wondering how to find out the bit/byte rate of streaming of live media server,that i can print on the console??? If you're streaming using an RTPSink object, call its octetCount() method at two known times. Then: double mbits_sent =

[Live-devel] Byte rate of live media server

2012-05-31 Thread Ketan Gholap
HELLO SIR I am trying to study live media and as a beginner i was wondering how to find out the bit/byte rate of streaming of live media server,that i can print on the console??? Thanks ___ live-devel mailing list live-devel@lists.live555.com http://li