https://github.com/jhsu/pitalk
raspberry pi + webcam
https://github.com/jhsu/pitalk
Last synced: about 1 month ago
JSON representation
raspberry pi + webcam
- Host: GitHub
- URL: https://github.com/jhsu/pitalk
- Owner: jhsu
- License: mit
- Created: 2013-04-27T00:01:56.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-27T00:05:56.000Z (about 12 years ago)
- Last Synced: 2025-04-04T14:54:57.351Z (about 1 month ago)
- Language: Shell
- Size: 1.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# PiTalk
24/7 webcam streaming with microphone.
* webcam
* microphone (preferably with a mute button)
## Requirements
* alsa
* nginx
* vlc (for streaming)## Alsa
Make sure to select your microphone in `alsamixer` (`f4` then `f6`) and turn up
the volume.## nginx
Authentication using basic auth and password file `htpasswd` in the same
directory as the `nginx.conf`.## Notes
You may need to tweak `./bin/start_stream` settings for cvlc based on your
webcam.This has only been tested on archlinux-arm.