Options missing from web interface
Question
I originally installed Motion without ffmpeg, and it was doing a bang-up job. I decided to add movie capability, so I installed ffmpeg (and zlib1g-dev, wouldn't configure without it). I then ran make clean, ./configure --enable-shared, make, and make install. I added the following configuration parms to /usr/local/etc/motion.conf: ffmpeg_cap_new on
ffmpeg_cap_motion off
ffmpeg_timelapse 0
ffmpeg_timelapse_mode daily
ffmpeg_bps 500000
ffmpeg_variable_bitrate 0
ffmpeg_video_codec mpeg4
ffmpeg_deinterlace off
movie_filename %v-
m%d
M%S
timelapse_filename
m%d-timelapse
Then I stopped and restarted motion. Everything seems to work exactly as before, and therein lies the problem. The web interface doesn't show any of the ffmpeg options in the config list, and movies are not being created. What did I forget to do?
Environment
Motion version: |
3.2.9 |
ffmpeg version: |
0.4.9 |
Libraries: |
ffmpeg, mysql, postgresql |
Server OS: |
Debian |
--
DavidPowell - 17 Feb 2008
Answer
I figured it out. Well, at least I fixed it. I think it was being caused by a user/group ownership issue. I rebuilt everything again, and then changed the ownership of the generated files to the motion user. It seems to be working now, anyway!
Ok you answered yourselft.
--
AngelCarpintero - 18 Feb 2008