views:

22

answers:

1

My application play video from internet using MPMoviePlayer.

I should display: transferred data size and average data transfer speed (for current playing video). I cant get this information from MPMoviePlayer. So I decide to monitor network traffic of my app and use this information.

My question is:

How to track the network usage of my application? Can I determine how much data my application download from the net? How much time application does downloading of this data?

A: 

Instruments can help you. There is a tool to collect network activity data.

Kensou
I should display information in my app through the video playing. So, I need some API and classes to determine this information.
e40pud