fix(rtsp): ignore clientRefreshRateX100 if more than 1% variance from framerate#5027
Conversation
2287b61 to
52a69f0
Compare
52a69f0 to
f5cd27b
Compare
… framerate Co-Authored-By: Andy Grundman <105828+andygrundman@users.noreply.github.com>
f5cd27b to
bbe2df0
Compare
|
Bundle ReportBundle size has no change ✅ |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5027 +/- ##
==========================================
- Coverage 17.98% 17.98% -0.01%
==========================================
Files 109 109
Lines 23502 23508 +6
Branches 10373 10375 +2
==========================================
- Hits 4228 4227 -1
+ Misses 17757 17756 -1
- Partials 1517 1525 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|



Description
When testing #4967 I discovered an issue with Moonlight Android on my Pixel 7. Moonlight would report the
clientRefreshRateX100as 4500. I found this strange considering the device has a 90 Hz display. After additional digging I found a couple of other interesting things.This PR ignores the
clientRefreshRateX100value from the client if there is more than 1% variance.Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage