Hi,
I am trying to make an api call to play mp3 file on my reolink doorbell but it returns can't find consumer
when I input http://192.168.0.219:1984/api/streams?dst=reolink&src=ffmpeg:http://192.168.0.219:8123/local/doorbell/d-parcel.mp3#audio=pcma#input=file
here is some info about the doorbell:
{"producers":[{"type":"RTSP active producer",
"url":"rtsp://192.168.0.33/Preview_01_sub/","remote_addr":"192.168.0.33:554",
"user_agent":"go2rtc/1.5.0",
"medias":["video, recvonly, H.264 High 5.1","audio, recvonly, MPEG4-GENERIC/16000","audio, sendonly, PCMA/8000"],
"receivers":["97 MPEG4-GENERIC/16000, bytes=311697024, senders=1","96 H264, bytes=1316595015, senders=1"],
"senders":["8 PCMA/8000, bytes=1274080, receivers=0"],
"recv":1649230271,"send":1293760},{"url":"ffmpeg:reolink#audio=pcma"}],
"consumers":[{"type":"RTSP passive consumer","url":"rtsp://ccab4aaf-frigate-fa:8554/reolink",
"remote_addr":"XXX.XX.XX.XX",
"user_agent":"Lavf58.76.100",
"medias":["video, sendonly, H264, H265","audio, sendonly, MPEG4-GENERIC"],
"senders":["96 H264, bytes=1316595015, receivers=1","97 MPEG4-GENERIC/16000, bytes=311697024, receivers=1"],
"send":1654974583}]}
Any help would be much apprecited