3cxgateway.mensey.center Open in urlscan Pro
95.179.171.237  Public Scan

URL: https://3cxgateway.mensey.center/
Submission: On July 05 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Janus
 * Home
 * Demos
   * Index
   * 
   * Echo Test
   * Streaming
   * Video Call
   * SIP Gateway
   * Video Room
   * Audio Bridge
   * Text Room
   * Voice Mail
   * Recorder/Playout
   * 
   * Screen Sharing
   * NoSIP (SDP/RTP)
   * 
   * Device Selection
   * End-to-end Encryption
   * Multichannel Opus (surround)
   * Canvas Capture
   * VP9-SVC Video Room
   * 
   * Admin/Monitor
 * Documentation
 * Papers
 * Need help?
 * JanusCon!

 * 


ABOUT


JANUS: THE GENERAL PURPOSE WEBRTC SERVER

Janus is a WebRTC Server developed by Meetecho conceived to be a general purpose
one. As such, it doesn't provide any functionality per se other than
implementing the means to set up a WebRTC media communication with a browser,
exchanging JSON messages with it, and relaying RTP/RTCP and messages between
browsers and the server-side application logic they're attached to. Any specific
feature/application is provided by server side plugins, that browsers can then
contact via Janus to take advantage of the functionality they provide. Example
of such plugins can be implementations of applications like echo tests,
conference bridges, media recorders, SIP gateways and the like.



The reason for this is simple: we wanted something that would have a small
footprint (hence a C implementation) and that we could only equip with what was
really needed (hence pluggable modules). That is, something that would allow us
to deploy either a full-fledged WebRTC gateway on the cloud, or a small
nettop/box to handle a specific use case.

Check the Documentation for more details about Janus, or check out the Demos to
see it in action.

--------------------------------------------------------------------------------

Janus WebRTC Server © Meetecho 2014-2021