• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

mystery: WebRTC Server implemented by ❤️ Rust.

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

mystery

开源软件地址:

https://gitee.com/quasipaa/mystery

开源软件介绍:

mystery

WebRTC Server implemented by ❤️ Rust + Node.js


mystery is a WebRTC server solution implemented using Rust and supports the SFU/MCU model. Compared with other ongoing projects, the current project prioritizes WebRTC one-to-many live broadcasting, but this does not mean that the project will give up peer-to-peer two-way dialogue.

Table of contents

Roadmap

Important: The project was developed by myself. This is just my side project, so the development progress will be slower. If you are looking for the mature and highly supported webrtc component of rust instead of the media control center implementation, you can follow this project: webrtc.rs

Base protocols support:

  • turn (add support for session node grouping)
  • stun (superfast parser! The throughput of a single thread is as high as 3Gib/s! 30 million stun packets can be processed in one second!)
  • rtp (lock the rtp version to rfc3550)
  • sdp (partial support of the protocol)
  • [doing] rtcp
  • srtp
  • srtcp
  • [doing] dtls (the encryption process is not clear)

Peripheral components:

Building

Prerequisites

You need to install the Rust toolchain, if you have already installed it, you can skip it, Install Rust, then get the source code:

git clone https://github.com/mycrl/mystery

And, you need to install the openssl toolchain.

Windows

If you have chocolatey installed you can install openssl via a single command i.e.

choco install openssl

Linux

sudo apt-get install libssl-dev

Macos

brew install openssl

Build workspace

Compile the entire workspace in release mode:

cd mysterycargo build --release

After the compilation is complete, you can find the binary file in the "target/release" directory.

Docker compose

Use docker-compose to start all services:

cd mysterydocker-compose up -d

Code style

The coding style of this project may not conform to the community style or the habits of most people, but it conforms to my own style. I have paranoid requirements for the code format, I know this is a bad habit, and the current project is also independently developed and maintained by me. If you have more suggestions, you can tell me.

License

GPLCopyright (c) 2020 Mr.Panda.


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap