You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would really be great if you could specify a microphone or any audio input device, that gets recorded along with the video data while an event is in progress.
What I currently do is bypassing motion's ffmpeg interface and feed video data through a loopback device, then I trigger ffmpeg externally recording the loopback device and the microphone using the triggers on_event_start and on_event_end.
This really works great but is a lot of tinkering and while motion could add the required options for audio recording internally, so the user would only need to specifiy the device and maybe some recording options like codec and so.
The text was updated successfully, but these errors were encountered:
It would really be great if you could specify a microphone or any audio input device, that gets recorded along with the video data while an event is in progress.
What I currently do is bypassing motion's ffmpeg interface and feed video data through a loopback device, then I trigger ffmpeg externally recording the loopback device and the microphone using the triggers on_event_start and on_event_end.
This really works great but is a lot of tinkering and while motion could add the required options for audio recording internally, so the user would only need to specifiy the device and maybe some recording options like codec and so.
The text was updated successfully, but these errors were encountered: