[Config Support]: Audio not recording #14566
-
Describe the problem you are havingHi everyone. I've managed to get everything working on my frigate install, minus the audio recording. I'm hoping it's an easy fix. At the moment the audio works fine when viewing the cameras live, but I'm not getting any audio on any recorded media. I've tried a few of the suggestions posted online with out arg, but nothing's working. Anybody have any ideas? Version0.14.1-f4f3cfa Frigate config filemqtt:
enabled: true
host: XXXXX
port: 1883
user: XXXXX
password: XXXXX
detectors:
coral:
type: edgetpu
device: usb
objects:
track:
- person
- bicycle
- car
- motorcycle
- baseball bat
- knife
review: # Can be overriden at the camera level
alerts:
labels:
- car
- person
- speech
- fire_alarm
- scream
- yell
birdseye: # Can be overriden at the camera level
enabled: false
width: 1920
height: 1080
# Optional: Restream birdseye via RTSP
# NOTE: Enabling this will set birdseye to run 24/7 which may increase CPU usage somewhat.
restream: false
quality: 8 # 1 is the highest quality, and 31 is the lowest. Lower quality feeds utilize less CPU resources.
# objects - cameras are included if they have had a tracked object within the last 30 seconds
# motion - cameras are included if motion was detected in the last 30 seconds
# continuous - all cameras are included always
mode: continuous
inactivity_threshold: 30
layout:
scaling_factor: 3.0 # Optional: Scaling factor for the layout calculator, range 1.0-5.0
go2rtc:
streams:
Gate_Intercom:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/101
Gate_Intercom_sub:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/102
Road_and_Drive:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/201
- ffmpeg:Road_and_Drive#audio=aac
Road_and_Drive_sub:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/201
Drive:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/301
Drive_sub:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/302
Garage:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/401
Garage_sub:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/402
Cars:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/501
Cars_sub:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/502
Back_Stairs:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/601
Back_Stairs_sub:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/602
Sheds:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/701
Sheds_sub:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/702
Front_Stairs:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/801
Front_Stairs_sub:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/802
Front_Door:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/901
Front_Door_sub:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/902
Top_Gate:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/1001
Top_Gate_sub:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/1002
Bottom_Floor:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/1101
- ffmpeg:Road_and_Drive#audio=aac
Bottom_Floor_sub:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/1102
Middle_Floor:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/1201
- ffmpeg:Road_and_Drive#audio=aac
Middle_Floor_sub:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/1202
Top_Floor:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/1301
- ffmpeg:Road_and_Drive#audio=aac
Top_Floor_sub:
- rtsp://XXXXX:[email protected]:554/Streaming/Channels/1302
ffmpeg:
hwaccel_args: preset-vaapi
input_args: preset-rtsp-restream
# Optional: Time in seconds to wait before ffmpeg retries connecting to the camera.
# If set too low, frigate will retry a connection to the camera's stream too frequently, using up the limited streams some cameras can allow at once
# If set too high, then if a ffmpeg crash or camera stream timeout occurs, you could potentially lose up to a maximum of retry_interval second(s) of footage
# NOTE: this can be a useful setting for Wireless / Battery cameras to reduce how much footage is potentially lost during a connection timeout.
retry_interval: 10
detect: # Can be overriden at the camera level
# Optionally set the width and height of the detect stream (defaults to the steam resolution)
## width: 1280
## height: 720
fps: 5 # NOTE: Recommended value of 5. Ideally, try and reduce your FPS on the camera.
enabled: true
# Optional: Frequency for confirming stationary objects (default: same as threshold)
# When set to 1, object detection will run to confirm the object still exists on every frame.
# If set to 10, object detection will run to confirm the object still exists on every 10th frame.
## interval: 50
# Optional: Number of frames without a position change for an object to be considered stationary (default: 10x the frame rate or 10s)
## threshold: 50
record: # Can be overriden at the camera level
enabled: true
# Optional: Number of minutes to wait between cleanup runs
# This can be used to reduce the frequency of deleting recording segments from disk if you want to minimize i/o
expire_interval: 60
# Optional: Sync recordings with disk on startup and once a day.
sync_recordings: true
retain:
days: 3 # Days to retain recordings (should be 0 if we just need events recorded)
# Optional: Mode for retention. Available options are: all, motion, and active_objects
# all - save all recording segments regardless of activity
# motion - save all recordings segments with any detected motion
# active_objects - save all recording segments with active/moving objects
# NOTE: this mode only applies when the days setting above is greater than 0
mode: all
preview:
quality: medium # Options are: very_low, low, medium, high, very_high
events:
# Optional: Number of seconds before the event to include (default: shown below)
pre_capture: 5
# Optional: Number of seconds after the event to include (default: shown below)
post_capture: 5
objects: # Defaults to everything if none are set
- person
- cars
retain:
default: 30 # Days to store events
# Optional: Mode for retention. (default: shown below)
# all - save all recording segments for events regardless of activity
# motion - save all recordings segments for events with any detected motion
# active_objects - save all recording segments for event with active/moving objects
#
# NOTE: If the retain mode for the camera is more restrictive than the mode configured
# here, the segments will already be gone by the time this mode is applied.
# For example, if the camera retain mode is "motion", the segments without motion are
# never stored, so setting the mode to "all" here won't bring them back.
mode: motion
# Optional: Per object retention days
## objects:
## person: 15
snapshots: # Can be overriden on the camera level
timestamp: true
retain:
default: 14
# Optional: Per object retention days
## objects:
## person: 15
# Optional: quality of the encoded jpeg, 0-100 (default: shown below)
quality: 70
cameras:
Gate_Intercom:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Gate_Intercom
# input_args: preset-rtsp-restream # This may not be needed but if it is, add it back to all the cameras.
roles:
- record
- path: rtsp://127.0.0.1:8554/Gate_Intercom_sub
roles:
- detect
snapshots:
enabled: true
required_zones:
- At_Intercom
- On_Road
review:
detections:
required_zones:
- At_Intercom
- On_Road
zones:
At_Intercom:
coordinates: 0.461,0.874,0.732,0.806,0.894,0.994,0.458,1
loitering_time: 3
On_Road:
coordinates: 0.739,0.806,0.998,0.688,1,0.991,0.902,1
loitering_time: 3
ui:
order: 0
dashboard: true
birdseye:
# Optional: Adjust sort order of cameras in the Birdseye view. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 0
motion:
mask: 0.035,0.047,0.326,0.047,0.326,0.016,0.035,0.014
Road_and_Drive:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Road_and_Drive
roles:
- record
- audio
- path: rtsp://127.0.0.1:8554/Road_and_Drive_sub
roles:
- detect
output_args:
record: preset-record-generic-audio-copy
audio:
enabled: true
ui:
order: 1
dashboard: true
birdseye:
# Optional: Adjust sort order of cameras in the Birdseye view. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 1
snapshots:
enabled: true
required_zones:
- At_Intercom
- On_Road
- Our_Path
review:
detections:
required_zones:
- At_Intercom
- On_Road
- Our_Path
zones:
At_Intercom:
coordinates: 0.477,0.396,0.518,0.392,0.51,0.629,0.458,0.625
loitering_time: 5
objects: person
inertia: 3
On_Road:
coordinates: 0.349,0.389,0.471,0.447,0.458,0.629,0.509,0.633,0.502,1,0.13,1
loitering_time: 5
objects:
- car
- person
inertia: 3
Our_Path:
coordinates: 0.496,0.112,0.458,0.098,0.349,0.384,0.423,0.42
loitering_time: 5
objects: car
motion:
mask:
- 0.019,0.059,0.223,0.061,0.223,0.024,0.017,0.023
- 0.05,0.404,0.089,0.33,0.1,0.36,0.048,0.425,0.046,0.505,0.02,0.514,0.023,0.543,0.07,0.529,0.071,0.56,0.042,0.567,0.051,0.63,0.041,0.629,0,0.57,0,0.375,0.025,0.299,0.038,0.295
Drive:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Drive
roles:
- record
- path: rtsp://127.0.0.1:8554/Drive_sub
roles:
- detect
ui:
order: 2
dashboard: true
birdseye:
# Optional: Adjust sort order of cameras in the Birdseye view. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 2
motion:
mask: 0.032,0.081,0.033,0.111,0.325,0.115,0.327,0.084
Garage:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Garage
roles:
- record
- path: rtsp://127.0.0.1:8554/Garage_sub
roles:
- detect
ui:
order: 3
dashboard: true
birdseye:
# Optional: Adjust sort order of cameras in the Birdseye view. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 3
motion:
mask: 0.035,0.048,0.035,0.081,0.327,0.081,0.327,0.048
Cars:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Cars
roles:
- record
- path: rtsp://127.0.0.1:8554/Cars_sub
roles:
- detect
ui:
order: 4
dashboard: true
birdseye:
# Optional: Adjust sort order of cameras in the Birdseye view. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 4
motion:
mask: 0.035,0.049,0.036,0.079,0.327,0.08,0.325,0.05
objects:
filters:
car:
mask: 0.383,0.32,0.256,0.415,0.764,0.551,0.806,0.396
Back_Stairs:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Back_Stairs
roles:
- record
- path: rtsp://127.0.0.1:8554/Back_Stairs_sub
roles:
- detect
ui:
order: 5
dashboard: true
birdseye:
# Optional: Adjust sort order of cameras in the Birdseye view. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 5
motion:
mask: 0.022,0,0.025,0.026,0.315,0.029,0.313,0
Sheds:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Sheds
roles:
- record
- path: rtsp://127.0.0.1:8554/Sheds_sub
roles:
- detect
ui:
order: 6
dashboard: true
birdseye:
# Optional: Adjust sort order of cameras in the Birdseye view. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 6
motion:
mask: 0.033,0.046,0.035,0.081,0.33,0.08,0.326,0.053
Front_Stairs:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Front_Stairs
roles:
- record
- path: rtsp://127.0.0.1:8554/Front_Stairs_sub
roles:
- detect
ui:
order: 7
dashboard: true
birdseye:
# Optional: Adjust sort order of cameras in the Birdseye view. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 7
motion:
mask: 0.032,0.081,0.033,0.111,0.325,0.115,0.327,0.084
Front_Door:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Front_Door
roles:
- record
- path: rtsp://127.0.0.1:8554/Front_Door_sub
roles:
- detect
ui:
order: 8
dashboard: true
birdseye:
# Optional: Adjust sort order of cameras in the Birdseye view. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 8
motion:
mask: 0.025,0.01,0.024,0.047,0.318,0.049,0.319,0.014
Top_Gate:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Top_Gate
roles:
- record
- path: rtsp://127.0.0.1:8554/Top_Gate_sub
roles:
- detect
ui:
order: 9
dashboard: true
birdseye:
# Optional: Adjust sort order of cameras in the Birdseye view. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 9
motion:
mask: 0.032,0.048,0.032,0.077,0.328,0.079,0.331,0.047
Bottom_Floor:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Bottom_Floor
roles:
- audio
- record
- path: rtsp://127.0.0.1:8554/Bottom_Floor_sub
roles:
- detect
output_args:
record: preset-record-generic-audio-copy
audio:
enabled: true
ui:
order: 10
dashboard: true
birdseye:
# Optional: Adjust sort order of cameras in the Birdseye view. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 10
motion:
mask: 0.018,0.051,0.017,0.086,0.318,0.09,0.321,0.051
Middle_Floor:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Middle_Floor
roles:
- audio
- record
- path: rtsp://127.0.0.1:8554/Middle_Floor_sub
roles:
- detect
output_args:
record: preset-record-generic-audio-copy
audio:
enabled: true
ui:
order: 11
dashboard: true
birdseye:
# Optional: Adjust sort order of cameras in the Birdseye view. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 11
motion:
mask: 0.019,0.054,0.018,0.081,0.31,0.085,0.315,0.05
Top_Floor:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Top_Floor
roles:
- audio
- record
- path: rtsp://127.0.0.1:8554/Top_Floor_sub
roles:
- detect
output_args:
record: preset-record-generic-audio-copy
audio:
enabled: true
ui:
order: 12
dashboard: true
birdseye:
# Optional: Adjust sort order of cameras in the Birdseye view. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 12
motion:
mask: 0.018,0.022,0.018,0.055,0.318,0.058,0.319,0.023
version: 0.14
camera_groups:
Outside:
order: 1
icon: LuSprout
cameras:
- Back_Stairs
- Cars
- Drive
- Front_Door
- Front_Stairs
- Garage
- Gate_Intercom
- Road_and_Drive
- Top_Gate
- Sheds
Inside:
order: 2
icon: LuSofa
cameras:
- Top_Floor
- Middle_Floor
- Bottom_Floor Relevant Frigate log output2024-10-24 21:57:41.559707499 [2024-10-24 21:57:41] audio.Road_and_Drive ERROR : ffmpeg process is not running, restarting...
2024-10-24 21:57:46.166601723 [2024-10-24 21:57:46] ffmpeg.Road_and_Drive.audio_record ERROR : rtsp://127.0.0.1:8554/Road_and_Drive: Invalid data found when processing input
2024-10-24 21:57:46.166651034 [2024-10-24 21:57:46] watchdog.Road_and_Drive INFO : Terminating the existing ffmpeg process...
2024-10-24 21:57:46.166681911 [2024-10-24 21:57:46] watchdog.Road_and_Drive INFO : Waiting for ffmpeg to exit gracefully...
2024-10-24 21:57:51.566347918 [2024-10-24 21:57:51] ffmpeg.Bottom_Floor.audio ERROR : rtsp://127.0.0.1:8554/Bottom_Floor: Invalid data found when processing input
2024-10-24 21:57:51.566380710 [2024-10-24 21:57:51] audio.Bottom_Floor INFO : Terminating the existing ffmpeg process...
2024-10-24 21:57:51.566402897 [2024-10-24 21:57:51] audio.Bottom_Floor INFO : Waiting for ffmpeg to exit gracefully...
2024-10-24 21:57:51.570842514 [2024-10-24 21:57:51] ffmpeg.Road_and_Drive.audio ERROR : rtsp://127.0.0.1:8554/Road_and_Drive: Invalid data found when processing input
2024-10-24 21:57:51.570875435 [2024-10-24 21:57:51] audio.Road_and_Drive INFO : Terminating the existing ffmpeg process...
2024-10-24 21:57:51.570889824 [2024-10-24 21:57:51] audio.Road_and_Drive INFO : Waiting for ffmpeg to exit gracefully...
2024-10-24 21:57:56.175326880 [2024-10-24 21:57:56] ffmpeg.Road_and_Drive.audio_record ERROR : rtsp://127.0.0.1:8554/Road_and_Drive: Invalid data found when processing input
2024-10-24 21:57:56.175362411 [2024-10-24 21:57:56] watchdog.Road_and_Drive INFO : Terminating the existing ffmpeg process...
2024-10-24 21:57:56.175389710 [2024-10-24 21:57:56] watchdog.Road_and_Drive INFO : Waiting for ffmpeg to exit gracefully...
2024-10-24 21:57:56.685323880 [2024-10-24 21:57:56] audio.Bottom_Floor ERROR : ffmpeg process is not running, restarting...
2024-10-24 21:57:56.686956502 [2024-10-24 21:57:56] audio.Road_and_Drive ERROR : ffmpeg process is not running, restarting...
2024-10-24 21:58:06.183660930 [2024-10-24 21:58:06] ffmpeg.Road_and_Drive.audio_record ERROR : rtsp://127.0.0.1:8554/Road_and_Drive: Invalid data found when processing input
2024-10-24 21:58:06.187526537 [2024-10-24 21:58:06] watchdog.Road_and_Drive INFO : Terminating the existing ffmpeg process...
2024-10-24 21:58:06.187566618 [2024-10-24 21:58:06] watchdog.Road_and_Drive INFO : Waiting for ffmpeg to exit gracefully...
2024-10-24 21:58:06.695368603 [2024-10-24 21:58:06] ffmpeg.Bottom_Floor.audio ERROR : rtsp://127.0.0.1:8554/Bottom_Floor: Invalid data found when processing input
2024-10-24 21:58:06.695401412 [2024-10-24 21:58:06] audio.Bottom_Floor INFO : Terminating the existing ffmpeg process...
2024-10-24 21:58:06.695422756 [2024-10-24 21:58:06] audio.Bottom_Floor INFO : Waiting for ffmpeg to exit gracefully...
2024-10-24 21:58:06.699621616 [2024-10-24 21:58:06] ffmpeg.Road_and_Drive.audio ERROR : rtsp://127.0.0.1:8554/Road_and_Drive: Invalid data found when processing input
2024-10-24 21:58:06.699689190 [2024-10-24 21:58:06] audio.Road_and_Drive INFO : Terminating the existing ffmpeg process...
2024-10-24 21:58:06.699739735 [2024-10-24 21:58:06] audio.Road_and_Drive INFO : Waiting for ffmpeg to exit gracefully...
2024-10-24 21:58:11.812042654 [2024-10-24 21:58:11] audio.Bottom_Floor ERROR : ffmpeg process is not running, restarting...
2024-10-24 21:58:21.821438830 [2024-10-24 21:58:21] ffmpeg.Bottom_Floor.audio ERROR : rtsp://127.0.0.1:8554/Bottom_Floor: Invalid data found when processing input
2024-10-24 21:58:21.821476054 [2024-10-24 21:58:21] audio.Bottom_Floor INFO : Terminating the existing ffmpeg process...
2024-10-24 21:58:21.825338371 [2024-10-24 21:58:21] audio.Bottom_Floor INFO : Waiting for ffmpeg to exit gracefully...
2024-10-24 21:58:26.938366702 [2024-10-24 21:58:26] audio.Bottom_Floor ERROR : ffmpeg process is not running, restarting...
2024-10-24 21:58:36.948360152 [2024-10-24 21:58:36] ffmpeg.Bottom_Floor.audio ERROR : rtsp://127.0.0.1:8554/Bottom_Floor: Invalid data found when processing input
2024-10-24 21:58:36.948382526 [2024-10-24 21:58:36] audio.Bottom_Floor INFO : Terminating the existing ffmpeg process...
2024-10-24 21:58:36.948401663 [2024-10-24 21:58:36] audio.Bottom_Floor INFO : Waiting for ffmpeg to exit gracefully...
2024-10-24 21:58:42.067023542 [2024-10-24 21:58:42] audio.Bottom_Floor ERROR : ffmpeg process is not running, restarting...
2024-10-24 21:58:52.076363225 [2024-10-24 21:58:52] ffmpeg.Bottom_Floor.audio ERROR : rtsp://127.0.0.1:8554/Bottom_Floor: Invalid data found when processing input
2024-10-24 21:58:52.076397022 [2024-10-24 21:58:52] audio.Bottom_Floor INFO : Terminating the existing ffmpeg process...
2024-10-24 21:58:52.076419411 [2024-10-24 21:58:52] audio.Bottom_Floor INFO : Waiting for ffmpeg to exit gracefully...
2024-10-24 21:58:57.193302504 [2024-10-24 21:58:57] audio.Bottom_Floor ERROR : ffmpeg process is not running, restarting...
2024-10-24 21:59:07.202387584 [2024-10-24 21:59:07] ffmpeg.Bottom_Floor.audio ERROR : rtsp://127.0.0.1:8554/Bottom_Floor: Invalid data found when processing input
2024-10-24 21:59:07.202421199 [2024-10-24 21:59:07] audio.Bottom_Floor INFO : Terminating the existing ffmpeg process...
2024-10-24 21:59:07.202442491 [2024-10-24 21:59:07] audio.Bottom_Floor INFO : Waiting for ffmpeg to exit gracefully... Relevant go2rtc log output2024-10-24 21:56:36.293570213 [INFO] Preparing new go2rtc config...
2024-10-24 21:56:36.551612381 [INFO] Starting go2rtc...
2024-10-24 21:56:36.640019186 21:56:36.638 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2024-10-24 21:56:36.640022808 21:56:36.638 INF config path=/dev/shm/go2rtc.yaml
2024-10-24 21:56:36.640024803 21:56:36.639 INF [rtsp] listen addr=:8554
2024-10-24 21:56:36.640026389 21:56:36.639 INF [webrtc] listen addr=:8555/tcp
2024-10-24 21:56:36.640027693 21:56:36.639 INF [api] listen addr=:1984
2024-10-24 21:56:46.292063092 [INFO] Starting go2rtc healthcheck service...
2024-10-24 21:58:06.156146858 21:58:06.156 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://127.0.0.1:8554/Road_and_Drive?audio -c:a aac -vn -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://127.0.0.1:8554/789f09fe1f66de32b2038cda961101cf"
2024-10-24 21:58:06.157020641 21:58:06.156 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error=EOF url=ffmpeg:Road_and_Drive#audio=aac
2024-10-24 21:58:06.614257483 21:58:06.614 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://127.0.0.1:8554/Road_and_Drive?audio -c:a aac -vn -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://127.0.0.1:8554/789f09fe1f66de32b2038cda961101cf"
2024-10-24 21:58:06.614965941 21:58:06.614 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error=EOF url=ffmpeg:Road_and_Drive#audio=aac
2024-10-24 21:59:06.615629097 21:59:06.615 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://127.0.0.1:8554/Road_and_Drive?audio -c:a aac -vn -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://127.0.0.1:8554/789f09fe1f66de32b2038cda961101cf"
2024-10-24 21:59:06.615712554 21:59:06.615 WRN github.com/AlexxIT/go2rtc/internal/rtsp/rtsp.go:225 > error="write tcp 127.0.0.1:8554->127.0.0.1:36224: write: broken pipe"
2024-10-24 21:59:06.616500668 21:59:06.616 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error=EOF url=ffmpeg:Road_and_Drive#audio=aac
2024-10-24 21:59:07.095393388 21:59:07.095 WRN github.com/AlexxIT/go2rtc/internal/rtsp/rtsp.go:225 > error="write tcp 127.0.0.1:8554->127.0.0.1:53302: write: broken pipe" Frigate statsNo response Operating systemUNRAID Install methodDocker Compose docker-compose file or Docker CLI commandUNRAID App Object DetectorCoral Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
NickM-27
Oct 25, 2024
Replies: 1 comment 7 replies
-
You need to enable audio https://docs.frigate.video/troubleshooting/faqs#audio-in-recordings |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for that, much appreciated