内容简介:ION is a distributed RTC system written by pure go and flutter
ION
ION is a distributed RTC system written by pure go and flutter
Architecture
Features
-
Distributed Node
-
Standalone BIZ/ISLB and SFU node
-
Message Queue by NATS
-
SFU by Pure GO
-
MCU (WIP)
-
SFU<-->SFU relay (WIP)
-
High Performance (WIP)
-
Media Streaming
- WebRTC stack
- SIP stack (WIP)
- RTP/RTP over KCP
- JitterBuffer
- Nack
- PLI
- Lite-REMB
- Transport-CC(WIP)
- Anti-Loss-Package 30%+
-
-
SDK
- Flutter SDK
- JS SDK
-
Demo
Contributing
- adwpc - Original Author - ion server
- cloudwebrtc - Original Author - ion server and client sdk
- kangshaojun - Contributor UI - flutter and react.js
Roadmap
Projects Welcome contributing to ion!
Project status
Screenshots
iOS/Android
PC/HTML5
How to use
Docker
The provided docker-compose works for deploying to open usage, and can also be used for local development. It also supports auto-generate of certificates via LetsEncrypt.
It accepts the following enviroment variables.
WWW_URL ADMIN_EMAIL
To run on conference.pion.ly you would run WWW_URL=conference.pion.ly ADMIN_EMAIL=admin@pion.ly docker-compose up
If WWW_URL is set you will access via https://yourip:8080 OR http://yourip:8080 if not running with TLS enabled.
Scripts
1. make key
./scripts/makeKey.sh
2. build
./scripts/installDeps.sh
3. run
docker-compose up
4. let's chat
Open this url with chrome
https://yourip:8080
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构与算法JavaScript描述
[美] Michael McMillan / 王群锋、杜 欢 / 人民邮电出版社 / 2014-8 / 49.00元
通过本书的学习,读者将能自如地选择最合适的数据结构与算法,并在JavaScript开发中懂得权衡使用。此外,本书也概述了与数据结构与算法相关的JavaScript特性。 本书主要内容如下。 数组和列表:最常用的数据结构。 栈和队列:与列表类似但更复杂的数据结构。 链表:如何通过它们克服数组的不足。 字典:将数据以键-值对的形式存储。 散列:适用于快速查找和检索。......一起来看看 《数据结构与算法JavaScript描述》 这本书的介绍吧!