6 releases (breaking)

0.7.0 Oct 1, 2024
0.6.0 Sep 23, 2024
0.5.0 Sep 13, 2024
0.4.0 Jun 26, 2024
0.2.9 May 11, 2024

#2069 in Asynchronous

Download history 20/week @ 2024-06-28 5/week @ 2024-07-05 2/week @ 2024-07-26 4/week @ 2024-08-23 10/week @ 2024-08-30 2/week @ 2024-09-06 201/week @ 2024-09-13 202/week @ 2024-09-20 183/week @ 2024-09-27 41/week @ 2024-10-04 9/week @ 2024-10-11

439 downloads per month
Used in 4 crates

Apache-2.0

4KB

Jarust   Latest Version

Jarust is a Rust adapter for Janus WebRTC server

Internally uses WebSockets to connect to Janus. But you can provide your own transport.

The library wraps the Janus core API and some of the most popular plugins APIs.

The supported Janus plugins currently are:

  • EchoTest
  • AudioBridge
  • VideoBridge
  • Streaming

Examples

To run the examples first you have to lunch the janus server.

docker compose up -d

Then you can run any of the these examples:


lib.rs:

Jarust Runtime

A runtime abstraction crate for jarust.

Dependencies

~2.7–8.5MB
~64K SLoC