Bug 160794

Summary: Dynamically query whether a frame rate is supported for Media Constraints
Product: WebKit Reporter: George Ruan <gruan>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: jonlee, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 160578    

George Ruan
Reported 2016-08-11 17:49:35 PDT
Currently, given a Media Constraint of type FrameRate, we deem the constraint as satisfiable if the frame rate is between 0 and 60 inclusive. We should be dynamically checking the media devices whether they support the frame rate or not. See CaptureDeviceManager::isSupportedFrameRate.
Attachments
Radar WebKit Bug Importer
Comment 1 2016-08-11 17:51:26 PDT
Note You need to log in before you can comment on or make changes to this bug.