Made on Go using library pion/turn
It's not done yet
- Download application from releases page / Скачать приложение со страницы релизов
- On Windows:
.\soturn.exe --public-ip (public ip) --realm (realm ip) --jwt (secret string)
- On Linux or Mac(NOT TESTED):
./soturn --public-ip (public ip) --realm (realm ip) --jwt (secret string)
- Install Go 1.26.3 or higher / Установить Go 1.26.3 или выше
- Clone sources with git clone / Клонировать исходиники с git clone
- Install requirements / Установить зависимости:
go get github.com/pion/turn/v5go install github.com/pion/turn/v5go get github.com/pion/logginggo install github.com/pion/logging
- Run in terminal / Написать в терминале
go build .
- And now you can run it with instructions from above / И теперь вы можете запустить его с инструкциями выше
Made for SoChat Server / Сделано для SoChat Server
- This project is licensed under the MIT License
- Этот проект находится распространяется под лицензией MIT