I need to check for a streaming app that the different video quality levels are respected. After searching, the easiest way to check the video quality is to switch to cellular mode (4G) and make a setting on the application (Low, Standard, High) and stay on a video stream for 1 hour. Depending on the setting an approximate amount of data must have been consumed.
I have to test this feature on several devices:
- Desktop
- iOS
- Android
- tvOS
- Android tv
- Smart tv
On Android I found the "Network Speed" application which does the job. I can't find for other devices.
My questions :
Is there any other solution that would check the video quality?
If solution 1 is the best, are there applications for other devices that allow me to analyze the bandwidth and reset it after each use ?
I have also searched by connecting my devices with adb connect but I can't find a solution.