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