Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 678 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 678 Bytes

callista-cam

Pure HTML5, JavaScript camera stream share application (Google Chrome only)

Install

First node.js is required.

$ npm install

Start Server

$ node server.js [ --port <port> ] --secret <password>
    port: HTTP listening port, default is 8080
    secret: the secret to enter to access the Web Application. For simplicity basic auth is used and the secret
    might be given as username or password.
```
  
#### Connect using a Google Chrome Browser

Open [http://localhost:8080](http://localhost:8080)

Enter the given secret as username or password when prompted for basic authentication. 

Enjoy!