- From: jan-ivar via GitHub <sysbot+gh@w3.org>
- Date: Wed, 21 Feb 2018 02:35:24 +0000
- To: public-media-capture-logs@w3.org
I'm not seeing why logical pixels matter here. It's just a larger resolution video. If I have gigabit internet and a 4K screen to view your retina screen on, why would I want to lose any pixels viewing it? If the dimensions are too rich for available bandwith, then the downscale factor is based on pixels: ```js let {width, height} = track.getSettings(); await track.applyConstraints({width: width / factor, height: height / factor}); ``` -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/35#issuecomment-367194331 using your GitHub account
Received on Wednesday, 21 February 2018 02:36:37 UTC