Hello,
I recently found Janus and I am super excited about it. My goal is to make webRTC technology more accessible to the public using React and I think Janus is a perfect fit.
I have created a Janus-server with default settings to test things out. I can get a local connection, but after a remote peer tries to join I get this error:
So my local feed is working, but the remote feed is just a black screen.
At first I thought it had to do with me using localhost. I tried a few things (testing it out on server over https and connect through wss:// with a reverseProxy), but it doesn't change the problem.
I am using Libsrtp 2.2.0 and Janus 0.10.5. I hope someone can help me in the right direction and hopefully I can give something back to the community later on.