> 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
*
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
>> 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