7 releases (breaking)

new 0.8.0 Nov 7, 2024
0.7.0 Oct 1, 2024
0.6.0 Sep 23, 2024
0.5.0 Sep 13, 2024
0.2.9 May 11, 2024

#2177 in Asynchronous

Download history 1/week @ 2024-07-25 1/week @ 2024-08-01 2/week @ 2024-08-22 12/week @ 2024-08-29 2/week @ 2024-09-05 197/week @ 2024-09-12 195/week @ 2024-09-19 182/week @ 2024-09-26 52/week @ 2024-10-03 16/week @ 2024-10-10 10/week @ 2024-10-17

113 downloads per month
Used in 4 crates

Apache-2.0

5KB

Jarust   Latest Version

Jarust is a memory safe and high-performance Rust adapter for Janus WebRTC server. Inspired by Janode, jarust offers similar functionalities but it's designed to be customizable, for exmaple, you could use the built-in WebSocket transport or provide your own RabbitMQ transport implementation.

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

The supported Janus plugins currently are:

  • EchoTest
  • AudioBridge
  • Streaming
  • VideoRoom

The supported interfaces are:

  • WebSocket
  • Restful

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:

Dependencies

~2.8–8.5MB
~65K SLoC