DeadEnd

Results 32 comments of DeadEnd

hmm.. for some reason it is thinking your config files should be in `/etc/motioneye/` but that is a normal MotionEye install, not MotionEyeOS. By any chance did you copy your...

Hmm... okay... I just took a look at the MotionEyeOS repo... its a completely different setup. So yes, this script I don't think will work for both... but possibly the...

Yes, originally this script just used `camera_id=$2` which was the `%t` variable. One day I found my audio channels were being mapped to the wrong cameras! So after a lot...

Yes, I think this is another issue where MotionEyeOS is different from MotionEye... That is leading me to think that a completely different script needs to be written... The one...

Creating the separate audio file is normal - that is how the script works. It creates the audio file while the video is being recorded. When the video stops recording...

hmm... haven't heard of this before... I would check the output audio format of your cam(s) - maybe they are in a weird format that ffmpeg can't convert.

Sounds like you might have found the cause. It sounds like your camera can only support one stream at a time. I would look up your camera model and confirm...

Frigate is what I use - and if you _don't_ need/plan on using object detection it's overkill and probably not worth setting up. It's awesome - but if you don't...

Just to expand on this... I have spent the last two days trying to get this containers permissions working. If don't map the `local` and `media` directories and let the...

Um... are you getting an error when running this? The script is bash - it has nothing to do with python. If you are asking for the script to be...