perchco / perchrtc

An iOS WebRTC demo using XirSys servers
MIT License
135 stars 34 forks source link

Changed XirSys service port from 449 to 443. #18

Closed rzilleruelo closed 8 years ago

rzilleruelo commented 8 years ago

I started to get the following error when using Perch.

Connection broker, did encounter error: Error Domain=NSPOSIXErrorDomain Code=61 "Connection refused"

Talking with XirSys customer service they asked me to make sure the system was connecting to XirSys through port 443. They recently updated from using port 449 to 443.

Changing the port to 443 solved the connection issue.

ceaglest commented 8 years ago

Hi @rzilleruelo thanks for the PR, and sorry for my late response. On the chrome 45 branch I switched to an updated base URL, and to port 443. Will get these changes merged tonight.

In the future this sample will probably fetch the web socket signaling URL once during class initialization.

rzilleruelo commented 8 years ago

ok @ceaglest excellent. Thank you for making the change and for this project in general. It is very helpful.

ceaglest commented 8 years ago

No problem. Sorry about the delay, looking at the merge now.