Good day!
I can get which part of file in bytes is loaded using netstream.bytesLoaded
, netstream.bytesTotal
, I can get the current playing position using netstream.time
. But I want to know how many seconds of video are already loaded (not the length of buffer, which remains constant).
The loaded size in bytes is not directly proportional to running time of the video.
Any help is really appriciated!