Skip to content

Pure JavaScrip camera stream share application (Google Chrome only)

License

Notifications You must be signed in to change notification settings

advptr/callista-cam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!




About

Pure JavaScrip camera stream share application (Google Chrome only)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published