Closed zoldaten closed 10 months ago
Hello @zoldaten,
Here's the revised set of instructions, as MiroTalk C2C handles Ngrok service internally:
.env
file in your MiroTalk C2C installation.NGROK_ENABLED=true
NGROK_AUTH_TOKEN=YourNgrokAuthToken
Replace YourNgrokAuthToken
with the token you copied.
Restart MiroTalk C2C. It automatically handles Ngrok service internally.
In the console log, find the three new URLs:
[2023-12-17 19:01:41.072] [server] settings {
// ...
ngrokHome: 'https://xxxx-xxx-xxx-xx-xxx.ngrok-free.app',
ngrokRoom: 'https://xxxx-xxx-xxx-xx-xxx.ngrok-free.app/?room=test',
ngrokJoin: 'https://xxxx-xxx-xxx-xx-xxx.ngrok-free.app/join?room=test&name=test',
//...
}
For help, support, or questions, please use our community forum instead of opening issues here, as this platform is mainly for reporting confirmed bugs.
Thank you!
hi ! u tried ngrok to access local raspberry pi with grey IP. i seems connection established but i do not see any video-audio of a client. I see only myself in mirotalkc2c.
In local net - everything is OK.
to check this out: i followed steps https://docs.mirotalk.com/mirotalk-c2c/ngrok/ but got start it working like follows:
what is going wrong ?