Bug 263373
| Summary: | wrong stream resolution after lock/unlock screen | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | ivanova.m241 |
| Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | iPhone / iPad | ||
| OS: | iOS 17 | ||
ivanova.m241
Stream is acquired with resolution 640x360p, then cloned and attached to RtpSender.
From Sender stats we see that after screen lock/unlock sent resolution is 1920x1080 while track.getSettings() reports resolution as 640x360p.
JSfiddle link to repro: https://jsfiddle.net/n891q5am/
Repro steps:
1. press start button
2. press startVideo button
3. lock phone screen
4. unlock phone screen -> sent resolution becomes 1920x1080
repro 100% with iPhone 12Pro, iOS version 17.1
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/117528224>
youenn fablet
Will try on ToT WebKit today.
youenn fablet
It works as expected in a recent WebKit ToT on iOS.
youenn fablet
*** This bug has been marked as a duplicate of bug 261329 ***