John Johnson

Results 4 comments of John Johnson

Awesome resource! Looking at this [page](url=https://webrtc.github.io/samples/src/content/getusermedia/resolution/), I think it proves my theory. These resolutions result in no image: VGA, 4K, 8K. All of these work: QVGA, HD, Full HD. So...

Ok I think I hacked my way through it. The file that needed to change is **replay.php**. This line: ``` navigator.mediaDevices.getUserMedia({ video: { deviceId: device_id } }) ``` I changed...

For the replay feature, it's just the one file: /var/www/html/derbynet/replay.php > > ``` > navigator.mediaDevices.getUserMedia({ video: { deviceId: device_id } }) > ``` > > I changed it to: >...

Chromium on the RPi has been unstable running as a Replay Kiosk; I can get a couple of tests run, but pretty soon after starting, the browser dies with the...