Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhsu/pitalk
raspberry pi + webcam
https://github.com/jhsu/pitalk
Last synced: 2 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-27T00:05:56.000Z (over 11 years ago)
- Last Synced: 2024-12-20T21:13:12.056Z (3 days ago)
- Language: Shell
- Size: 1.51 MB
- Stars: 0
- Watchers: 3
- 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)![in use](screenshot.png)
## 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.