"Return Audio" example no longer send out the sample audio to cameras. However, it DOES record video from cameras.
Please see my log which is attached below
Steps to reproduce the behavior:
Camera SHOULD play the audio that is send out by the script
@dgreif I tried to test the example on Docker and it seems still not working.
// Dockerfile
FROM node:lts-alpine
ADD . /ring
WORKDIR ring
RUN ["npm", "install"]
RUN ["npm", "run", "build"]
CMD ["node", "./lib/examples/return-audio-example.js"]
//.dockerignore
node_modules
.*
package-lock.json
@bachdinhnhan this is an issue on any camera using Ring's newer media servers. I'm guessing it's an encoding issue, likely that the new servers expect opus instead of PCMU, but I need to spend some time experimenting with it. It's on my todo list, just haven't had time to look into it yet.
@bachdinhnhan this is an issue on any camera using Ring's newer media servers. I'm guessing it's an encoding issue, likely that the new servers expect opus instead of PCMU, but I need to spend some time experimenting with it. It's on my todo list, just haven't had time to look into it yet.
If you can tell me some hints, I definitely can figure it out. (My test phone is broken so I can't reverse engineer it right now.)