An open API service indexing awesome lists of open source software.

https://github.com/alexcambose/webcam-base64-streaming

Webcam live streaming with WebSockets and Base64
https://github.com/alexcambose/webcam-base64-streaming

base64 streaming webcam websocket

Last synced: 3 months ago
JSON representation

Webcam live streaming with WebSockets and Base64

Awesome Lists containing this project

README

          

# webcam-base64-streaming
Webcam live streaming with WebSockets and Base64
## Instalation
```text
npm install
```
## Usage
```text
npm run start
```

- Go to */streamer*
- Allow brower to access webcam
- Go to */client* and a live feed will appear

#### See [full article](https://medium.com/@alexcambose/webcam-live-streaming-with-websockets-and-base64-64b1b4992db8)