Hi,
I am using the Audio Bridge plugin and create the rtp forward with a specific port. Janus returns a message to verify the creation (no error) and port number, but all subsequent requests to listforwarders is returning { port: 0 }
Is there some change of events that would make janus return port: 0?
thanks for any tips in hunting this down.
Actually, this might be a janode issue. Still trying to debug it
ugh…after many weeks of debugging, I came across a forum post (by myself no less) that clued me into the issue. https://groups.google.com/g/meetecho-janus/c/5raLAGnfuFg
I was creating the rtp forward on “localhost” instead of “127.0.0.1”.
Now, when I do it, I also add host_family=‘ipv4’ (which I assume should prevent such a mixup in the future)
I also created a pull request on janode to add “host_family” to the startForward call.