Skip to content
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

Deploying to railway #162

Closed
dimityrivanov opened this issue May 20, 2023 · 1 comment
Closed

Deploying to railway #162

dimityrivanov opened this issue May 20, 2023 · 1 comment
Labels
question Further information is requested

Comments

@dimityrivanov
Copy link

Is anyone having experience on deplying this repo with the docker file on railway succesfully I can see there is a demo on the read me but for some reason everything is working except video and audio.

https://mirotalk.up.railway.app/ -> Is there any guide what I need to do because my assumption was that if there is an docker is all I have to run. Maybe the default google turn server is not ok...

@miroslavpejic85 miroslavpejic85 added the question Further information is requested label May 20, 2023
@miroslavpejic85
Copy link
Owner

miroslavpejic85 commented May 20, 2023

Hello @dimityrivanov,

Please, for questions, use the discord-forum, here you can also founds many answers.

Anyway, you can use the railway-template
In the environments made sure to set also the TURN part, you can follow this doc on how to install your own.

Note A TURN server is used to relay traffic if a direct peer-to-peer connection fails and is required for most WebRTC applications since a direct connection is often not possible between two clients that aren't on the same network.

You can self-hosting it on your VPS or VDS, following this doc or expose it from your local PC on HTTPS and make reachable from outside following this doc.

BR. Miroslav

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants