Skip to content

erahhal/ipcam-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ipcam-recorder

Config file format

Create a file named cameras.config containing the following:

<camera1_name> <camera1_url>
<camera2_name> <camera2_url>
...
<cameraN_name> <cameraN_url>

You may need to add a username and password to the url, i.e.:

camera1 rtsp://username:[email protected]/11

Then run:

./record.py

Currently this is only configurable by modifying record.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages