roflcoopter / viseron

Self-hosted, local only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor.
MIT License
1.66k stars 171 forks source link

Ignore Audio #542

Closed beatles1 closed 1 year ago

beatles1 commented 1 year ago

Firstly this is great, exactly what I was looking for in a simple NVR.

Is there currently a way to ignore audio on the incoming stream? I don't want audio and it's in pcm_alaw anyway so can't be written to the mp4. Is there any way to just specify to drop the audio stream?

roflcoopter commented 1 year ago

Glad you like Viseron!

If you set audio_codec: null for the camera it should ignore the audio.

beatles1 commented 1 year ago

Amazing, thank you so much for the super quick reply. That has worked great!