Re: [Live-devel] byte rate

2012-06-27 Thread Ross Finlayson
> i try'ed calculating the bit/byte rate using the method mentioned below´ as > > int o1=videoSink->octetCount(); > > videoSink->startPlaying(*videoSource, afterPlaying, videoSink); > > int o2=videoSink->octetCount(); > > At both times the value of o1 and o2 are zero. That's becaus

[Live-devel] byte rate

2012-06-27 Thread Ketan Gholap
* Hello Sir i try'ed calculating the bit/byte rate using the method mentioned below´ as int o1=videoSink->octetCount(); videoSink->startPlaying(*videoSource, afterPlaying, videoSink); ** ** int o2=videoSink->octetCount(); * * * *At both times the value of o1 and o2 are zero.* * * *Kindly help to

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