Issue with pixel streaming server's configuration

Hi All,

I’m in the exact situation as @tmulford:

So I tried adding the info for the TURN server following the example from the documentation:

“{“iceServers”:{“urls”:“stun: 34.250.222.95:19302”,“turn: 34.250.222.95:19312”],“username”:”<TURN_Username>“,“credential”:”<TURN_Password>“}]}”

The thing is, after I set username and password in the config.json, where do I use them to actually access the page through the TURN server?

I tried directing the Signalling Server to the “login.htm” page instead of the “player.htm” one but It doesn’t help. The page returns “Cannot POST /login”

What am I missing?

Thanks,
Luigi