Fredrik Meringdal
Fredrik Meringdal
Mhm, strange. Do you use the docker compose file to spin up the mongodb container? In that case does your mongodb credentials in the `.env` file correspond with the values...
Hi, Do you see any errors in the server logs? I suspect that it doesn't get connected to mongodb.
Thanks for all the details. I was thinking about the `node.js` server logs, which you start when you type `npm run start`. From your screenshot it looks like it start...
It seems like the `mediasoup-client` library doesn't like your device. [Here](https://mediasoup.org/documentation/v3/mediasoup-client/api/#device-new-Device) is a link to the error thrown. What OS are you running?
Thanks for the detailed description on existing libraries / issues. This is **without a doubt** the most important feature request for Nettu Meet. I will have to do some research...
Hi @Krastanov , Initially I was thinking that it was not possible to use the Nettu Meet whiteboard with a wacom tablet, but it seems like this is working and...
Thanks for taking the time to explain this. This is not going to have such a high priority because of the lack of browser support, but I will leave it...
Hi, You need to have a mongo database and redis server running. Then you can run the server by downloading it from here: https://nettu-meet-code-artifacts.s3.eu-west-1.amazonaws.com/server-ubuntu-20.4.zip. Just unzip that and run `node...
Thanks for reporting this! It might be a good idea to add a mention of this issue in the `README`. Something like: If `npm run start` fails with a mediasoup...
Yep, that would be a great improvement. It will be take some effort to implement that, but it certainly is in the backlog.