Is there any way to determine the amount of data used by application? My application doing live streaming, is that possible to track the data that user have used to watch streaming?
Thanks in advance.
Amit
Is there any way to determine the amount of data used by application? My application doing live streaming, is that possible to track the data that user have used to watch streaming?
Thanks in advance.
Amit
Not easily because MPMoviePlayer internals doesn't reveal metadata about the stream.
If you actually knew for certain the data FPS and resolution (or bitrate for audio), using the elapsed time you could do an adhoc calculation by dividing them.