IMOU IPC-F42FE - DETECT AUDIO & 2 WAY AUDIO #15873
-
Describe the problem you are havingHello people I have 8 IMOU cameras, model IPC-F42FE-D that I have added to frigate(+ go2rtc + webrtc). Audio and recordings are perfect using mainstream (rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=0) , however audio haven't been working in detect mode, which are using substream (rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=1). I have tested changing camera codec audio substream and go2rtc from AAC to PCMA, but no audio continues. Now they are configured as AAC. Another question: These cameras have 2-way-audio functionality in IMOU APP and they are not working, obviously right now in home assistant. Is it possible they work? I'm new in HA and just beggining but I have noted that FFPROBE producers have no sendonly audio, so IMOU cameras have no support to open two way protocol. It my analysis right? Version0.14.1 What browser(s) are you using?Google Chrome Frigate config filemqtt:
host: 192.168.31.155
port: 1883
topic_prefix: XXX
client_id: XXX
user: XXX
password: XXX
stats_interval: 60
cameras:
#CameraAnalice
CameraAnalice:
ffmpeg:
output_args:
record: preset-record-generic-audio-aac
inputs:
- path: rtsp://192.168.31.155:8554/CameraAnalice0
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://192.168.31.155:8554/CameraAnalice1
input_args: preset-rtsp-restream
roles:
- detect
detect:
height: 480
width: 640
fps: 10
record:
enabled: true
retain:
days: 0
mode: motion
events:
retain:
default: 3
mode: motion
snapshots:
enabled: true
timestamp: true
objects:
track:
- person
- car
- motorcycle
- dog
- cat
filters:
car:
mask:
- 0,0.344,0.076,0.357,0.215,0.237,0.217,0.087,0.081,0.129,0,0.254
- 0.483,0.043,0.521,0.048,0.592,0.003,0.483,0.003
- 0.559,0.077,0.589,0.017,0.622,0.028,0.603,0.087
motion:
mask: 0.404,0,0.405,0.061,0.437,0.071,0.524,0.087,0.602,0.105,0.628,0
zones:
ZoneAnaliceCarMotorPerson:
coordinates:
0.607,0.117,0.636,0.002,0.722,0,1,0.414,1,1,0,1,0,0.042,0.079,0.002,0.401,0.005,0.398,0.07
inertia: 3
loitering_time: 0
ZoneAnaliceDogCat:
coordinates: 0.464,0.406,0.686,0.446,0.697,0.376,0.722,0.402,0.786,1,0.154,1,0.423,0.391
inertia: 3
loitering_time: 0
objects:
- dog
- cat
#CameraCosta
CameraCosta:
ffmpeg:
output_args:
record: preset-record-generic-audio-aac
inputs:
- path: rtsp://192.168.31.155:8554/CameraCosta0
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://192.168.31.155:8554/CameraCosta1
input_args: preset-rtsp-restream
roles:
- detect
detect:
height: 480
width: 640
fps: 10
record:
enabled: true
retain:
days: 0
mode: motion
events:
retain:
default: 3
mode: motion
snapshots:
enabled: true
timestamp: true
objects:
track:
- person
- car
- motorcycle
- dog
- cat
filters:
car:
mask:
- 0.324,0.13,0.37,0.12,0.369,0.028,0.299,0.038
- 0.568,0.075,0.601,0.083,0.627,0.07,0.631,0.04,0.606,0.038,0.598,0,0.568,0
- 0.662,0.104,0.641,0.097,0.65,0.058,0.67,0.06
- 0.733,0.25,0.814,0.274,0.825,0.147,0.738,0.095,0.677,0.12,0.671,0.189
motion:
mask:
0.321,0.119,0.28,0,0.348,0.003,0.422,0.06,0.469,0.073,0.522,0.082,0.572,0.083,0.572,0,0.612,0,0.637,0.002,0.658,0.003,0.748,0,0.742,0.132,0.646,0.127,0.403,0.122
zones:
ZoneCostaCarMotorPerson:
coordinates:
0.239,0.012,0.279,0.005,0.318,0.125,0.748,0.137,0.753,0,1,0.12,1,0.997,0,1,0,0.306
inertia: 3
loitering_time: 0
objects:
- car
- motorcycle
- person
ZoneCostaPerson:
coordinates: 0.567,0.002,0.568,0.073,0.504,0.073,0.441,0.058,0.402,0.037,0.355,0.005
inertia: 3
loitering_time: 0
objects: person
ZoneCostaDogCat:
coordinates: 0.218,0.419,0.464,0.411,0.746,0.995,0.229,1,0.159,1
loitering_time: 0
objects:
- dog
- cat
#CameraVaranda
CameraVaranda:
ffmpeg:
output_args:
record: preset-record-generic-audio-aac
inputs:
- path: rtsp://192.168.31.155:8554/CameraVaranda0
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://192.168.31.155:8554/CameraVaranda1
input_args: preset-rtsp-restream
roles:
- detect
detect:
height: 480
width: 640
fps: 10
record:
enabled: true
retain:
days: 0
mode: motion
events:
retain:
default: 3
mode: motion
snapshots:
enabled: true
timestamp: true
objects:
track:
- person
- dog
- cat
motion:
mask:
- 0,0.322,0.001,0.002,0.204,0
- 0.692,0,0.775,0.048,0.785,0.075,1,0.253,0.997,0.002
zones:
ZoneVarandaPerson:
coordinates:
0.001,0.329,0.21,0.005,0.686,0,0.77,0.052,0.778,0.08,0.997,0.259,0.999,0.997,0.003,0.995
loitering_time: 0
objects: person
ZoneVarandaCat:
coordinates:
0.004,0.332,0.069,0.235,0.222,0.327,0.297,0.204,0.859,0.544,0.85,0.694,1,0.778,1,1,0,1
loitering_time: 0
objects: cat
ZoneVarandaDog:
coordinates: 0.297,0.205,0.859,0.543,0.835,0.826,0.18,0.421
loitering_time: 0
objects: dog
#CameraGaragem
CameraGaragem:
ffmpeg:
output_args:
record: preset-record-generic-audio-aac
inputs:
- path: rtsp://192.168.31.155:8554/CameraGaragem0
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://192.168.31.155:8554/CameraGaragem1
input_args: preset-rtsp-restream
roles:
- detect
detect:
height: 480
width: 640
fps: 10
record:
enabled: true
retain:
days: 0
mode: motion
events:
retain:
default: 3
mode: motion
snapshots:
enabled: true
timestamp: true
objects:
track:
- person
- car
- motorcycle
- dog
- cat
motion:
mask: 0,0.164,0.182,0.11,0.38,0.048,0.38,0.003,0.003,0.002
zones:
ZoneGaragemAll:
coordinates: 0,0.174,0.385,0.052,0.384,0.007,0.999,0.003,1,1,0,1
inertia: 3
loitering_time: 0
#CameraHall
CameraHall:
ffmpeg:
output_args:
record: preset-record-generic-audio-aac
inputs:
- path: rtsp://192.168.31.155:8554/CameraHall0
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://192.168.31.155:8554/CameraHall1
input_args: preset-rtsp-restream
roles:
- detect
detect:
height: 480
width: 640
fps: 10
record:
enabled: true
retain:
days: 0
mode: motion
events:
retain:
default: 3
mode: motion
snapshots:
enabled: true
timestamp: true
objects:
track:
- person
- dog
- cat
zones:
ZoneHallDog:
coordinates: 0.648,0.272,0.728,0.279,0.721,0.481,0.603,0.464
loitering_time: 0
objects: dog
ZoneHallPersonCat:
coordinates: 0,0,0.531,0,0.726,0,1,0,1,1,0,1
inertia: 3
loitering_time: 0
objects:
- person
- cat
#CameraCorredor
CameraCorredor:
ffmpeg:
output_args:
record: preset-record-generic-audio-aac
inputs:
- path: rtsp://192.168.31.155:8554/CameraCorredor0
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://192.168.31.155:8554/CameraCorredor1
input_args: preset-rtsp-restream
roles:
- detect
detect:
height: 480
width: 640
fps: 10
record:
enabled: true
retain:
days: 0
mode: motion
events:
retain:
default: 3
mode: motion
snapshots:
enabled: true
timestamp: true
objects:
track:
- person
- cat
motion:
mask: 0,0.716,0.775,0.319,0.78,0.298,0.679,0.275,0.696,0,0,0.003
zones:
ZoneCorredorPerson:
coordinates:
0.7,0,0.997,0.002,0.999,0.998,0.001,0.997,0,0.721,0.777,0.322,0.782,0.292,0.685,0.274
inertia: 3
loitering_time: 0
objects: person
ZoneCorredorCat:
coordinates: 0,0.726,0.778,0.322,0.785,0.295,0.683,0.272,0.693,0.209,1,0.28,1,1,0,1
loitering_time: 0
objects: cat
inertia: 3
#CameraChurrasqueira
CameraChurrasqueira:
ffmpeg:
output_args:
record: preset-record-generic-audio-aac
inputs:
- path: rtsp://192.168.31.155:8554/CameraChurrasqueira0
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://192.168.31.155:8554/CameraChurrasqueira1
input_args: preset-rtsp-restream
roles:
- detect
detect:
height: 480
width: 640
fps: 10
record:
enabled: true
retain:
days: 0
mode: motion
events:
retain:
default: 3
mode: motion
snapshots:
enabled: true
timestamp: true
objects:
track:
- person
- cat
zones:
ZoneChurrasqueiraAll:
coordinates: 0.001,0.003,0,1,0.997,0.995,1,0
inertia: 3
loitering_time: 0
#CameraSala
CameraSala:
ffmpeg:
output_args:
record: preset-record-generic-audio-aac
inputs:
- path: rtsp://192.168.31.155:8554/CameraSala0
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://192.168.31.155:8554/CameraSala1
input_args: preset-rtsp-restream
roles:
- detect
detect:
height: 480
width: 640
fps: 10
record:
enabled: true
retain:
days: 0
mode: motion
events:
retain:
default: 3
mode: motion
snapshots:
enabled: true
timestamp: true
objects:
track:
- person
- dog
zones:
ZoneSalaAll:
coordinates: 0,0,1,0,1,1,0,1
loitering_time: 0
version: 0.14 Relevant Frigate log output- Relevant go2rtc log outputstreams:
CameraAnalice0:
- rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=0
- ffmpeg:CameraAnalice0#audio=aac
CameraAnalice1:
- rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=1
- ffmpeg:CameraAnalice1#audio=aac
CameraCosta0:
- rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=0
- ffmpeg:CameraCosta0#audio=aac
CameraCosta1:
- rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=1
- ffmpeg:CameraCosta1#audio=aac
CameraVaranda0:
- rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=0
- ffmpeg:CameraVaranda0#audio=aac
CameraVaranda1:
- rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=1
- ffmpeg:CameraVaranda1#audio=aac
CameraGaragem0:
- rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
- ffmpeg:CameraGaragem0#audio=aac
CameraGaragem1:
- rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=1
- ffmpeg:CameraGaragem1#audio=aac
CameraHall0:
- rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=0
- ffmpeg:CameraHall0#audio=aac
CameraHall1:
- rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=1
- ffmpeg:CameraHall1#audio=aac
CameraCorredor0:
- rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=0
- ffmpeg:CameraCorredor0#audio=aac
CameraCorredor1:
- rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=1
- ffmpeg:CameraCorredor1#audio=aac
CameraChurrasqueira0:
- rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=0
- ffmpeg:CameraChurrasqueira0#audio=aac
CameraChurrasqueira1:
- rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=1
- ffmpeg:CameraChurrasqueira1#audio=aac
CameraSala0:
- rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=0
- ffmpeg:CameraSala0#audio=aac
CameraSala1:
- rtsp://admin:X@X:554/cam/realmonitor?channel=1&subtype=1
- ffmpeg:CameraSala1#audio=aac FFprobe output from your cameraSUBSTREAM FFPROBE
{
"producers": [
{
"id": 94896,
"format_name": "rtsp",
"protocol": "rtsp+tcp",
"remote_addr": "192.168.31.25:554",
"url": "rtsp://admin:X@X:554/cam/realmonitor?channel=1\u0026subtype=1",
"sdp": "v=0\r\no=- 2229913047 2229913047 IN IP4 0.0.0.0\r\ns=Media Server\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\na=control:*\r\na=packetization-supported:DH\r\na=rtppayload-supported:DH\r\na=range:npt=now-\r\nm=video 0 RTP/AVP 96\r\na=control:trackID=0\r\na=framerate:15.000000\r\na=rtpmap:96 H264/90000\r\na=fmtp:96 packetization-mode=1;profile-level-id=4D0016;sprop-parameter-sets=Z00AFo2NQFAe03AQEBQAAC7gAAV+QBAA,aO48gAA=\r\na=recvonly\r\nm=audio 0 RTP/AVP 97\r\na=control:trackID=1\r\na=rtpmap:97 MPEG4-GENERIC/8000\r\na=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1588\r\na=recvonly\r\n",
"user_agent": "go2rtc/1.9.8",
"medias": [
"video, recvonly, H264",
"audio, recvonly, MPEG4-GENERIC/8000"
],
"receivers": [
{
"id": 94910,
"codec": {
"codec_name": "h264",
"codec_type": "video",
"level": 22,
"profile": "Main"
},
"childs": [
94911,
138000
],
"bytes": 4709106482,
"packets": 3899592
},
{
"id": 94912,
"codec": {
"codec_name": "aac",
"codec_type": "audio",
"sample_rate": 8000
},
"childs": [
94913,
138002
],
"bytes": 146557126,
"packets": 579276
}
],
"bytes_recv": 4909410024
},
{
"id": 138001,
"format_name": "adts",
"protocol": "pipe",
"remote_addr": "192.168.31.25:554",
"source": "exec:ffmpeg -hide_banner -v error -allowed_media_types audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://admin:[email protected]:554/cam/realmonitor?channel=1\u0026subtype=1 -c:a aac -vn -f adts -",
"url": "rtsp://admin:[email protected]:554/cam/realmonitor?channel=1\u0026subtype=1",
"medias": [
"audio, recvonly, MPEG4-GENERIC/8000/1"
],
"receivers": [
{
"id": 138003,
"codec": {
"channels": 1,
"codec_name": "aac",
"codec_type": "audio",
"sample_rate": 8000
},
"childs": [
138004
]
}
],
"bytes_recv": 558
}
],
"consumers": [
{
"id": 94894,
"format_name": "rtsp",
"protocol": "rtsp+tcp",
"remote_addr": "172.30.33.11:60722",
"sdp": "v=0\r\no=- 1 1 IN IP4 0.0.0.0\r\ns=go2rtc/1.9.8\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\nm=video 0 RTP/AVP 96\r\na=rtpmap:96 H264/90000\r\na=fmtp:96 packetization-mode=1;profile-level-id=4D0016;sprop-parameter-sets=Z00AFo2NQFAe03AQEBQAAC7gAAV+QBAA,aO48gAA=\r\na=control:trackID=0\r\nm=audio 0 RTP/AVP 97\r\na=rtpmap:97 MPEG4-GENERIC/8000\r\na=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1588\r\na=control:trackID=1\r\n",
"user_agent": "FFmpeg Frigate/0.14.1-f4f3cfa",
"medias": [
"video, sendonly, ANY",
"audio, sendonly, ANY"
],
"senders": [
{
"id": 94911,
"codec": {
"codec_name": "h264",
"codec_type": "video",
"level": 22,
"profile": "Main"
},
"parent": 94910,
"bytes": 4709106482,
"packets": 3899592
},
{
"id": 94913,
"codec": {
"codec_name": "aac",
"codec_type": "audio",
"sample_rate": 8000
},
"parent": 94912,
"bytes": 146557126,
"packets": 579276
}
],
"bytes_send": 4926946336
},
{
"id": 137999,
"format_name": "probe",
"protocol": "http",
"remote_addr": "172.30.32.2:49744 forwarded 192.168.31.6, 172.30.32.1",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
"medias": [
"video, sendonly, ALL",
"audio, sendonly, ALL",
"audio, recvonly, ANY"
],
"senders": [
{
"id": 138000,
"codec": {
"codec_name": "h264",
"codec_type": "video",
"level": 22,
"profile": "Main"
},
"parent": 94910,
"bytes": 73172,
"packets": 58
},
{
"id": 138002,
"codec": {
"codec_name": "aac",
"codec_type": "audio",
"sample_rate": 8000
},
"parent": 94912,
"bytes": 259,
"packets": 1
},
{
"id": 138004,
"codec": {
"channels": 1,
"codec_name": "aac",
"codec_type": "audio",
"sample_rate": 8000
},
"parent": 138003,
"bytes": 562,
"packets": 1
}
]
}
]
}
MAINSTREAM FFPROBE
{
"producers": [
{
"id": 433,
"format_name": "rtsp",
"protocol": "rtsp+tcp",
"remote_addr": "192.168.31.25:554",
"url": "rtsp://admin:X@X:554/cam/realmonitor?channel=1\u0026subtype=0",
"sdp": "v=0\r\no=- 2229913047 2229913047 IN IP4 0.0.0.0\r\ns=Media Server\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\na=control:*\r\na=packetization-supported:DH\r\na=rtppayload-supported:DH\r\na=range:npt=now-\r\nm=video 0 RTP/AVP 98\r\na=control:trackID=0\r\na=framerate:25.000000\r\na=rtpmap:98 H265/90000\r\na=fmtp:98 profile-id=1;sprop-sps=QgEBAWAAAAMAAAMAAAMAAAMAlqABQCAFoWNrkk5TNwEBAQQAADhAAAV+QoQ=;sprop-pps=RAHA8vAzJA==;sprop-vps=QAEMAf//AWAAAAMAAAMAAAMAAAMAlqwJ\r\na=recvonly\r\nm=audio 0 RTP/AVP 97\r\na=control:trackID=1\r\na=rtpmap:97 MPEG4-GENERIC/16000\r\na=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408\r\na=recvonly\r\n",
"user_agent": "go2rtc/1.9.8",
"medias": [
"video, recvonly, H265",
"audio, recvonly, MPEG4-GENERIC/16000"
],
"receivers": [
{
"id": 434,
"codec": {
"codec_name": "hevc",
"codec_type": "video"
},
"childs": [
435,
137996,
137998
],
"bytes": 4403466639,
"packets": 5212801
},
{
"id": 436,
"codec": {
"codec_name": "aac",
"codec_type": "audio",
"sample_rate": 16000
},
"childs": [
437,
137988,
137990,
137992
],
"bytes": 607139971,
"packets": 2399762
}
],
"bytes_recv": 5101957366
},
{
"id": 137993,
"format_name": "adts",
"protocol": "pipe",
"remote_addr": "127.0.0.1:8554",
"source": "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/CameraCorredor0?audio\u0026source=ffmpeg:CameraCorredor0%23audio%3Daac -c:a aac -vn -f adts -",
"url": "rtsp://127.0.0.1:8554/CameraCorredor0?audio\u0026source=ffmpeg:CameraCorredor0%23audio%3Daac",
"medias": [
"audio, recvonly, MPEG4-GENERIC/16000/1"
],
"receivers": [
{
"id": 137994,
"codec": {
"channels": 1,
"codec_name": "aac",
"codec_type": "audio",
"sample_rate": 16000
},
"childs": [
137995,
137997
]
}
]
}
],
"consumers": [
{
"id": 432,
"format_name": "rtsp",
"protocol": "rtsp+tcp",
"remote_addr": "172.30.33.11:56052",
"sdp": "v=0\r\no=- 1 1 IN IP4 0.0.0.0\r\ns=go2rtc/1.9.8\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\nm=video 0 RTP/AVP 96\r\na=rtpmap:96 H265/90000\r\na=fmtp:96 profile-id=1;sprop-sps=QgEBAWAAAAMAAAMAAAMAAAMAlqABQCAFoWNrkk5TNwEBAQQAADhAAAV+QoQ=;sprop-pps=RAHA8vAzJA==;sprop-vps=QAEMAf//AWAAAAMAAAMAAAMAAAMAlqwJ\r\na=control:trackID=0\r\nm=audio 0 RTP/AVP 97\r\na=rtpmap:97 MPEG4-GENERIC/16000\r\na=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408\r\na=control:trackID=1\r\n",
"user_agent": "FFmpeg Frigate/0.14.1-f4f3cfa",
"medias": [
"video, sendonly, ANY",
"audio, sendonly, ANY"
],
"senders": [
{
"id": 435,
"codec": {
"codec_name": "hevc",
"codec_type": "video"
},
"parent": 434,
"bytes": 4403466639,
"packets": 5212801
},
{
"id": 437,
"codec": {
"codec_name": "aac",
"codec_type": "audio",
"sample_rate": 16000
},
"parent": 436,
"bytes": 607106665,
"packets": 2399631,
"drops": 131
}
],
"bytes_send": 5131910822
},
{
"id": 137991,
"format_name": "rtsp",
"protocol": "rtsp+tcp",
"remote_addr": "127.0.0.1:48706",
"source": "ffmpeg:CameraCorredor0#audio=aac",
"sdp": "v=0\r\no=- 1 1 IN IP4 0.0.0.0\r\ns=go2rtc/1.9.8\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\nm=audio 0 RTP/AVP 96\r\na=rtpmap:96 MPEG4-GENERIC/16000\r\na=fmtp:96 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408\r\na=control:trackID=0\r\n",
"user_agent": "go2rtc/ffmpeg",
"medias": [
"audio, sendonly, ANY"
],
"senders": [
{
"id": 137992,
"codec": {
"codec_name": "aac",
"codec_type": "audio",
"sample_rate": 16000
},
"parent": 436,
"bytes": 1067,
"packets": 4
}
],
"bytes_send": 845
},
{
"id": 137987,
"format_name": "probe",
"protocol": "http",
"remote_addr": "172.30.32.2:40950 forwarded 192.168.31.6, 172.30.32.1",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
"medias": [
"audio, sendonly, ALL",
"video, sendonly, ALL",
"audio, recvonly, ANY"
],
"senders": [
{
"id": 137988,
"codec": {
"codec_name": "aac",
"codec_type": "audio",
"sample_rate": 16000
},
"parent": 436,
"bytes": 11217,
"packets": 42
},
{
"id": 137995,
"codec": {
"channels": 1,
"codec_name": "aac",
"codec_type": "audio",
"sample_rate": 16000
},
"parent": 137994
},
{
"id": 137996,
"codec": {
"codec_name": "hevc",
"codec_type": "video"
},
"parent": 434
}
]
},
{
"id": 137989,
"format_name": "probe",
"protocol": "http",
"remote_addr": "172.30.32.2:40940 forwarded 192.168.31.6, 172.30.32.1",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
"medias": [
"audio, sendonly, ALL",
"video, sendonly, ALL",
"audio, recvonly, ANY"
],
"senders": [
{
"id": 137990,
"codec": {
"codec_name": "aac",
"codec_type": "audio",
"sample_rate": 16000
},
"parent": 436,
"bytes": 1317,
"packets": 5
},
{
"id": 137997,
"codec": {
"channels": 1,
"codec_name": "aac",
"codec_type": "audio",
"sample_rate": 16000
},
"parent": 137994
},
{
"id": 137998,
"codec": {
"codec_name": "hevc",
"codec_type": "video"
},
"parent": 434
}
]
}
]
} Frigate statsNo response Operating systemHassOS Install methodHassOS Addon Object DetectorCPU (no coral) Network connectionWired Camera make and modelIMOU IPC-F42FE-D Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
You haven't enabled audio detection in your config. and you can't use ffprobe to verify two way talk you need to use go2rtc probe |
Beta Was this translation helpful? Give feedback.
Okay, so right now it appears that you are using an external go2rtc instance? this is not possible to support audio in live views, the internal go2rtc config must be set for frigate to support audio in live
and yes, looks like the cameras do not support two way talk via rtsp back channel