-
-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
just a question #26
Comments
Hello @OrionRandD, thanks for trying MiroTalk. Let's say the intention of the Demo is to give everyone a chance to see how it works :) It would be better to create your own personal droplet instance on DigitalOcean, In order to have this service all Yours, and not depend on the Demo ;) For any doubts or questions you can also contact me directly at: miroslav.pejic.85@gmail.com |
I have installed the server in my notebook. It seems to work, but I got a warnings message complaining that my "/usr/bin/uuid" is an older version it 3x... But, I checked my npm, and it is above npm -version 7.20.3 My system is: |
Good, thanks for the update. If you want to expose MiroTalk SFU from your Local PC to outside in HTTPS, you need to do 2 things:
/*
Ngrok
1. Goto https://ngrok.com
2. Get started for free
3. Copy YourNgrokAuthToken: https://dashboard.ngrok.com/get-started/your-authtoken
*/
ngrokAuthToken: 'YourNgrokAuthToken', <--- put it here
announcedIp: 'Your-Public-Static-IP-here' <--- take it from https://api.ipify.org
Make sure your firewall not blocking rtcPorts Then, when you run it with tunnel: 'https://xxxxxxxxxxxxxxxxxx.ngrok.io' So open it in your browser, join in the room, share it to whom you want and wait participants to join ;) Regards |
Thx alot for the help. |
You are welcome, thank you very much. |
For Teaching purposes, do you think the Demo version is enough?
Or should I install it locally…
The text was updated successfully, but these errors were encountered: