WebRTC Server Command Line Application for Windows, OSX and Linux
WebRTC Server CommandsWebRTC (Web Real-Time Communication) is a free, open-source project that provides web browsers and mobile applications with real-time communication (RTC) via simple application programming interfaces (APIs). It allows audio and video communication to work inside web pages by allowing direct peer-to-peer communication, eliminating the need to install plugins or download native apps.
Its mission is to enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices.
Build WebRTC Applications for: Secure Video Monitoring, Shared live media streaming, Video conversations with experts, Interactive online gaming...
WebRTC Server Win32
WebRTC Server Win32
WebRTC Server Win64
WebRTC Server Win64
WebRTC Server OSX64
WebRTC Server OSX64
WebRTC Server OSXARM64
WebRTC Server OSXARM64
WebRTC Server Linux64
WebRTC Server Linux64
Start serverExample: start server listening https://127.0.0.1:443
Example: start server listening https://93.84.14.55:8443
|
How open a new audio/video sessionExample: start new web-browser session 1. Go to https://93.84.14.55:8443 2. Press join button 3. You will join a new room 4. If other peer wants to join your joon, just send your url (something like: https://93.84.14.55:8443/r/829907674). |
Stop server
|
TCP ServerAll console applications can run an internal TCP Server that allows to send and receive commands as if were written directly on the console application. Just start the application with the command -server and a new server will be started listening on port 8080. Example: if you want enable the server on WebSocket client, start the console application as follows:
Find below the full TCP Server parameters:
If the server is enabled, a client connected to this server can send any JSON message and will receive any response as if was written directly from console application. Example: if you want enable server on IP 192.168.1.1 and Port 5412
|