views:

203

answers:

1

I am streaming an rtsp video to Android.
How could I calculate network metrics like packet loss, jitter or delay?

A: 

Wireshark has RTP statistics calculation for sniffed packets.

msw
I am looking for a way to get these statistics on an Android phone. (in real-time if possible)
George
I presume that you are not in control of the RSTP source, and cannot proxy the request through a source that you can sniff. I'll think on't.
msw
I run a Darwin Streaming Server (DSS) but still I want to get these stats on the end-user device. Thanks.
George