All Projects → Flone-dnb → SilentServer

Flone-dnb / SilentServer

Licence: other
Silent is very lightweight, high quality - low latency voice chat for gaming. The server runs on Windows and Linux.

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to SilentServer

tvoip
Terminal-based P2P VoIP application (TeamSpeak-/Skype-like voice chatting over LAN or Internet)
Stars: ✭ 34 (-34.62%)
Mutual labels:  voice, voip
univoice
Voice chat/VoIP solution for unity. P2P implementation included.
Stars: ✭ 192 (+269.23%)
Mutual labels:  voice, voip
voice
Implementation of the Discord Voice API for discord.js and other JS/TS libraries
Stars: ✭ 310 (+496.15%)
Mutual labels:  voice, voip
Quaternion
A Qt5-based IM client for Matrix
Stars: ✭ 438 (+742.31%)
Mutual labels:  qt5, chat-application
Utox
µTox the lightest and fluffiest Tox client
Stars: ✭ 820 (+1476.92%)
Mutual labels:  text, voice
flutter chat
A full-featured (simple message, voice, video) flutter chat application by SignalR and WebRTC
Stars: ✭ 52 (+0%)
Mutual labels:  voice, chat-application
somleng
Open Source Implementation of Twilio's REST API
Stars: ✭ 33 (-36.54%)
Mutual labels:  voice, voip
qt5-tutorials
graphics dojo Qt5
Stars: ✭ 29 (-44.23%)
Mutual labels:  qt5, qt-gui
QPrompt
Personal teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
Stars: ✭ 168 (+223.08%)
Mutual labels:  text, qt5
Univoice
P2P VoIP in Unity
Stars: ✭ 128 (+146.15%)
Mutual labels:  voice, voip
qSIP
VoIP/SIP client (softphone)
Stars: ✭ 20 (-61.54%)
Mutual labels:  qt5, voip
Chattt
❯❯❯ Chat without leaving your terminal
Stars: ✭ 239 (+359.62%)
Mutual labels:  socket, chat-application
QSimpleScada
Qt based simple SCADA framework, with dashboard, static and dynamic components
Stars: ✭ 152 (+192.31%)
Mutual labels:  qt5, qt-gui
tgcalls
Voice chats, private incoming and outgoing calls in Telegram for Developers
Stars: ✭ 408 (+684.62%)
Mutual labels:  voice, voip
headunit-gui
GUI developement repo for my Headunit App
Stars: ✭ 17 (-67.31%)
Mutual labels:  qt5, qt-gui
twilio-client.js
Twilio’s Programmable Voice JavaScript SDK
Stars: ✭ 63 (+21.15%)
Mutual labels:  voice, voip
PiHueEntertainment
An application that can handle the Hue Entertainment Areas on a Raspberry Pi
Stars: ✭ 28 (-46.15%)
Mutual labels:  qt5, qt-gui
AppImageUpdater
AppImage Updater for Humans built with QML/C++ with Qt5 ❤️.
Stars: ✭ 31 (-40.38%)
Mutual labels:  qt5, qt-gui
Gophergameserver
🏆 Feature packed, easy-to-use game server API for Go back-ends and Javascript clients. Tutorials and examples included!
Stars: ✭ 61 (+17.31%)
Mutual labels:  voice, voip
Notepanda
📃 A simple cross-platform notepad. Based on Qt and C++.
Stars: ✭ 134 (+157.69%)
Mutual labels:  text, qt5

Silent Server

Silent is an extremely lightweight, high quality - low latency voice chat made for gaming. Runs on Windows and Linux.
Must be used with the Silent (client) application.

Hidden features

Try pressing the right mouse button in the 'connected' list, depending on what you pressed (user, room, nothing) you will see different options.

How to start your Silent Server

All you need is to forward the UDP and TCP port 51337 (can be changed in the settings). If you don't know how to do that see the instruction below.

  1. Install Silent Server from the releases tab.
  2. Open your router settings:
        2. 1. Press (Win + R) ('Run' window will be opened), type 'cmd' and press Enter.
        2. 2. Type 'ipconfig' and press Enter.
        2. 3. Find a line which says something like 'Default Gateway . . . . . . . . . : 192.168.1.1' (note that the address can be different on your PC).
        2. 4. Copy this address and paste it into your browser URL input section.
        2. 5. Login into your router settings (usually by entering 'Admin' to both 'Username' and 'Password' fields).
  3. Forward TCP port 51337 (text chat) and UDP port 51337 (voice chat):
        3. 1. This differs on every router but you need to find a page with a name like 'Virtual Servers' or 'Port Forwarding'. Try googling how to forward a port in your router model.
        3. 2. On the 'port forward' page add new preset and set next params:
            3. 2. 1. 'Protocol' should be 'TCP', 'UDP' or 'Both'. Note that if you can only choose 'TCP' or 'UDP' you will need to do the same thing but for other protocol.
            3. 2. 2. 'External Port' should be '51337'. Note that later (in the Silent Server settings) you can change the default 51337 port to any other port you want and so you will need to change it also here.
            3. 2. 3. 'Internal Port' should also be '51337'.
            3. 2. 4. 'Internal Client' should be equal to the 'IPv4 Address' in the console (when we typed 'ipconfig').
            3. 2. 5. Apply this new preset. Note that your local IPv4 address may change every time you turn on your router so I recommend you to google 'how to set static local ip address on windows'.
  4. Open Silent Server, click Chat -> Start Server.
        4. 1. Also, don't forget to check Chat -> Settings menu.
  5. Tell your friends your public IPv4 address.
        5. 1. You can find your public IPv4 address by googling something like 'what's my ip address'.

License

Please note that starting from version 2.20.0 the Silent Server is releasing under the Zlib license.

All versions before 2.20.0 were released under the MIT license.

Build

Silent is built with the MSVC 2017 64 bit compiler and Qt Framework (through Qt Creator).
The server can run on Windows and Linux.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].