Skip to content

A PHP IP camera viewer that is secured with a single user and password

License

Notifications You must be signed in to change notification settings

fireshaper/MostlySecureCameraViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mostly Secure Camera Viewer

Requirements

  • A web server with PHP installed

To install

  1. Download ZIP
  2. Extract files to a folder on your server
  3. Open index.php and edit the following lines:
    • Line 6: $secretusername = 'username';
    • Line 7: $secretpassword = 'password';
  4. Save the file and close it.
  5. Open viewer.php and edit the following lines:
    • Line 8: $_camUser = "guest";
    • Line 9: $_camPass = "password";
    • Edit the Camera IPs:
      • Line 14: $_cam1IPi = "0.0.0.0:80";
      • Line 15: $_cam1IPe = "domain.com:80";
  6. Save the file and close it.

You can now visit the directory that you extracted the files into on your server and log in to start viewing your cameras.

About

A PHP IP camera viewer that is secured with a single user and password

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published