Ok i removed the comment i did for the isapi and now it using it since i see no issue and stream is visible.
But how can i know that it gives me video+audio+microphone… ?
When i click on “info” i get the following:
{
"producers": [
{
"type": "RTSP active producer",
"url": "rtsp://192.168.1.192:554/Streaming/Channels/101/",
"remote_addr": "192.168.1.192:554",
"user_agent": "go2rtc/1.6.2",
"medias": [
"video, recvonly, H264",
"audio, recvonly, PCMU/8000"
],
"receivers": [
"96 H264, bytes=189607401, senders=1",
"0 PCMU/8000, bytes=6538560, senders=0"
],
"recv": 198190216
},
{
"url": "isapi://admin:[email protected]:80/"
}
],
"consumers": [
{
"type": "RTSP passive consumer",
"url": "rtsp://ccab4aaf-frigate:8554/intercom",
"remote_addr": "172.30.32.1:48514",
"user_agent": "Lavf59.27.100",
"medias": [
"video, sendonly, H264, H265",
"audio, sendonly, MPEG4-GENERIC"
],
"senders": [
"96 H264, bytes=186832679, receivers=1"
],
"send": 189101476
}
]
}
When I click on config I see the following:
api:
origin: '*'
log:
format: text
rtsp:
default_query: mp4 <------ is that correct????
streams:
intercom:
- rtsp://admin:[email protected]:554/Streaming/Channels/101/
- isapi://admin:[email protected]:80/
salon:
- rtsp://admin:[email protected]:554/Streaming/Channels/201/
webrtc:
candidates:
- 192.168.1.91:8555
- stun:8555
Note that I use stun ! since it via zero trust