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

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

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.js

Open http://localhost:8080.