videojs / videojs-contrib-hls

HLS library for video.js
http://videojs.github.io/videojs-contrib-hls/
Other
2.84k stars 793 forks source link

Can you show the connection speed #1295

Closed pxss closed 6 years ago

pxss commented 6 years ago

Just like the youtube video right - detailed statistics.

123

barhom commented 6 years ago

+1

skzap commented 6 years ago

I'm pretty sure this relies on them knowing the filesize / bitrate of videos playing

squarebracket commented 6 years ago

By show, do you mean via UI? The bandwidth measured from the last segment request is accessible via the tech.

gesinger commented 6 years ago

As @squarebracket mentioned, we do have https://github.com/videojs/videojs-contrib-hls#hlsbandwidth for determining the bandwidth from the last segment request. We don't currently have any plans for a UI built into contrib-hls, however, we always welcome others to create such a plugin.