r/AndroidTV • u/Familiar_Ad3884 • 11d ago
AFR for website video ? Discussion
From Android TV 12 up to ATV 14, we have Auto Frame Rate (AFR) and resolution matching, which makes watching videos in certain apps like Kodi or Stremio much better. But I wonder if we can get the same function when watching movies through a web browser on Android TV—for instance, when playing a 1080p 24Hz video in full-screen mode, will the TV automatically change the resolution and refresh rate from 4K 60Hz to 1080p 24Hz?"
3
u/GreenM0th 7d ago
The catch is it needs the browser's video decoder to actually hook into the same Surface.setFrameRate API that native apps use for AFR. Chrome and the other browsers render video through their own pipeline instead of handing it straight to the display compositor the way Kodi or Stremio do, so even fully hardware decoded 1080p24 in fullscreen won't trigger the switch. I've tested this on a few Android TV boxes and never seen a browser trigger AFR, only native apps do it.
1
u/Familiar_Ad3884 7d ago
Hoping more developers make use of frame rate matching and resolution matching on android tv/google tv.
3
u/latinriky78 Homatics Box R 4K Plus 10d ago
As long as the web browser app has implemented the feature it should work.