adding camera in runtime
Question
every time you add a camera, with its respective file "threadX.conf". Should I restart the motion daemon?
Thanks!
Environment
Motion version: |
3.2.11 |
ffmpeg version: |
FFmpeg version SVN-r24788 |
Libraries: |
ffmpeg |
Server OS: |
Ubuntu 9.10, kernel 2.6.31-22-generic |
--
AntonioTellechea - 18 Aug 2010
Answer
- Motion reads its configuration parameters in the following sequence : (If the same parameter exists more than one place the last one read wins.)
1. Motion reads the configuration file motion.conf from the beginning of the file going down line by line.
2. If the option "thread" is defined in motion.conf, the thread configuration file(s) is/(are) read.
3. Motion continues reading the rest of the motion.conf file. Any options from here will overrule the same option previously defines in a thread config file.
4. Motion reads the command line option again overruling any previously defined options.
- The answer is YES, every time you make some modifications to your motion.conf/threadx.conf file(s), you must restart the motion daemon.
- Also, read here :
http://www.lavrsen.dk/foswiki/bin/view/Motion/SignalsKill
--
FlorinAnton - 18 Aug 2010