0.x
version of Janus, which is considered legacy. If you want to check a more recent version of Janus instead (e.g., 1.x
, a.k.a. "multistream") click here instead. general purpose
server. 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 needs to be implemented in server side plugins, that browsers can then contact via the Janus core 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 server on the cloud, or a small nettop/box to handle a specific use case.
stdout
and saving to a local file, but logging can also be extended via additional plugins: refer to the Logger API for more details, and to learn how to write your own. You can check the Writing code for Janus page for some details about how to setup your local development environment for Janus..Janus also supports Recordings out of the box, so check the related documentation to know more about how that works.
Finally, some information on how to deploy Janus and your web applications that want to make use of it are provided in the Deploying Janus page. If you're interested in starting Janus as a service/daemon rather than launching it normally, check the information provided in the Janus as a daemon/service page. Some additional Resources are also listed in case you're interested in talking to Janus from different languages and platforms.
To conclude, the Debugging Janus page contains info on how you can help us fixing issues you might encounter along the road.
Janus WebRTC Server © 2014-2024 Meetecho (https://www.meetecho.com/)
This program is free software, distributed under the terms of the GNU General Public License Version 3. For more details and licensing options, including a commercial license, see the License page.