Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to ignore audio on event recording #744

Open
csuther28 opened this issue May 6, 2024 · 1 comment
Open

How to ignore audio on event recording #744

csuther28 opened this issue May 6, 2024 · 1 comment

Comments

@csuther28
Copy link

Hi,

My camera setup as follows:
'''
ffmpeg:
camera:
camera_1: # This value has to be unique across all cameras
name: Driveway
host: 192.168.0.103
port: 554
path: /h264Preview_01_main
protocol: rtsp
width: 2560
height: 1920
fps: 15
audio_codec: null #aac
username: !secret ovif_user
password: !secret ovif_pwd
recorder:
filename_pattern: '%H%M%S'
'''

My Reolink has built-in microphone that works really well. It's great to have the audio when doing playback.
However, from some of the footage recorded, it seems the recording has been triggered by audio.
So I then tried to disable the camera audio as per above with the value 'null', but the playback still contains audio, which again I have no issue with.
But I've just checked and for sure I have some recordings which seems to have been triggered by audio, i.e. loud noises triggering the recording...how to disable?

@roflcoopter
Copy link
Owner

Recordings do not trigger on audio, no processing of audio exists in Viseron.
So there must be something else, probably motion that triggers it.

The logs should tell you more about what triggered the recording

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants