
Track bandwidth with JW player
Is there any way to track bandwidth while the user is on mobile data?
Is there any way to track bandwidth while the user is on mobile data?
You might want to consider our getCurrentQuality() API. While this won’t return the current bandwidth, it will return the current active quality level which, if using adaptive streaming like HLS, should return the best possible quality level given the bandwidth.
Let me know if this works for you.