Greg Richardson

Results 160 comments of Greg Richardson

I began my own HTTP parser here: https://github.com/gregnr/node-http-parser Contributions are welcome.

Hi @Vidhyanandcs, thanks for the question. This functionality does not exist today, though it should be simple to implement. Likely the best way would be to add another option to...

Hi @afnan, great question. Though I have not personally tried to stream the camera video, there is certainly no reason why this wouldn't work. ### Thoughts for socket.io/WebSocket - You...

@afnan The `on('frame')` method should fire when a JPEG frame is captured. Can you confirm you are using the MJPEG video encoding?

@gurmukhp I apologize for such a late reply to your question and @reselbob thanks for the bump. Currently this library does not support `libcamera`, but now that the old Raspicam...

@nt7 I'm not the primary maintainer of this project, but I'm happy to give my two cents as I have had to deal with lots of Docker issues relating to...

Hey @Yesyoor! Sorry to hear you're having issues with the tool. The app was designed to be as simple and un-bloated as possible. Since it is installed using `brew`, you...

Hi @631068264, I assume you are trying to use `--net=host` so that your container listens on a port from your macOS host instead of the Linux VM host (correct me...

Thanks for clarifying. If you are not tied to the official Docker Desktop, I would give something like [Rancher Desktop](https://rancherdesktop.io/) a try as it supports what you are trying to...

Hey @wrednamalpa, great question. Let me do some investigation on a Windows machine and get back to you.