https://github.com/automata/meemoo-mediaserver
Meemoo Media Server
https://github.com/automata/meemoo-mediaserver
Last synced: 3 months ago
JSON representation
Meemoo Media Server
- Host: GitHub
- URL: https://github.com/automata/meemoo-mediaserver
- Owner: automata
- Created: 2013-04-23T06:16:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-23T06:16:41.000Z (about 12 years ago)
- Last Synced: 2025-01-07T22:18:39.828Z (4 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Meemoo Media Server: just get video frames using getUserMedia(), draw them on canvas and send to the server using socket.io.
Tested on Mozilla Nigthly (Ubuntu 11.10).
# Running
npm install express
npm install socket.io
node server.jsOpen http://localhost:8080.