How can I know what fragment number is currently playing and buffered in videoJS?
For example, with fragments of 6s, and player is in 31s currently playing, current segment is id=6 but how can I know it without know that segment size is 6s?
Also, while videos is in playback, others segments are downloaded. How can I know what segments is currently in buffer?