Andrew Euredjian
Andrew Euredjian
I see, thanks for the quick response. The feature isn't super urgently needed so waiting a day or two is reasonable. Looking through the source code of the library briefly,...
Ah gotcha. That seems to cover the robot side with python, but it seems the javascript API isn't setup for multiple tracks yet. From `js/src/connection.js` - ``` _onTrack(track) { //...
Also, I'm getting an error when trying to add multiple tracks that occurs when the client and server are exchanging offer/answer. Stack trace below: ``` [2020-06-10 16:46:30,823] ERROR in app:...
Any updates with regard to this?
Gotcha, no worries!
This didn't seem to solve my issue, but it did make some progress(ish?). Now it doesn't access the Google STUN server when connected to the internet which is good, but...
So I managed to get things working by setting up a local TURN server with coturn. I still encourage trying to get the issue where no STUN/TURN servers are specified...
Done. Happy to help :+1: