Luboš Matejčík

Results 4 comments of Luboš Matejčík

The problem here is that syscall `select` supports only sockets on Windows platform and proxy.py uses `select` for `multiprocessing.connection.PipeConnection`. Alternative to `select` syscall on Windows: https://tinyclouds.org/iocp-links.html

> OK so it seems that calling `URL.createObjectURL` with a `MediaStream` is deprecated, but all you need to do is to replace: > > ```js > video.src = compatibility.URL.createObjectURL(stream); >...