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
- Host: GitHub
- URL: https://github.com/alexcambose/webcam-base64-streaming
- Owner: alexcambose
- License: mit
- Created: 2018-09-16T16:24:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T12:51:00.000Z (almost 3 years ago)
- Last Synced: 2025-06-05T13:06:14.916Z (4 months ago)
- Topics: base64, streaming, webcam, websocket
- Language: HTML
- Homepage: https://medium.com/@alexcambose/webcam-live-streaming-with-websockets-and-base64-64b1b4992db8
- Size: 29.3 KB
- Stars: 72
- Watchers: 8
- Forks: 39
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)