I set up the server on AWS, and connect to the public IP address. Everything seems to work great, I can get a token for a session, connect to it, and even subscribe to other streams
However, I end up with the following errors:
Uncaught (in promise) TypeError: _this.pc.addTrack is not a function
at WebRtcPeer.ts:97
although I allegedly connect to the stream and publish to the stream and subscribe to the stream, and although subcribing in APPEND mode creates a new element with a proper ID, there is no video being played inside the created video element for subscribers (there is one for the publisher). However, I do connect to my AWS public IP address, which is what the FAQ post recommended I look at, so I don’t think it’s that.
Thanks so much for the response, sorry for just getting back. We use cloudformation, and yes I do connect to the domain sorry for the confusion. Here is the .env