└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Browser MCU Series 2 | 3 | Browser MCU Series is WebRTC MCU using a browser for video/audio processing
4 | Browser MCU シリーズは、ブラウザの映像/音声処理を活用した、WebRTC用MCUです
5 | 6 | * [Browser MCU Core](https://github.com/mganeko/browser_mcu_core) ... MCU library using a browser for video/audio processing 7 | * [Browser MCU Server](https://github.com/mganeko/browser_mcu_server) ... Simple example of multiple participants meeting with single room 8 | * [Browser MCU Pack](https://github.com/mganeko/browser_mcu_pack) ... Docker container for [Bowser MCU Server](https://github.com/mganeko/browser_mcu_server) and headless browser MCU 9 | * Browser MCU Service ... Meeting service for multiple participants meeting with multiple room. NOT Open Source 10 | * [Browser MCU Docker](https://github.com/mganeko/browser_mcu_docker) ... MCU container module for Browser MCU Service, using Chrome as headless browser 11 | * -- 12 | * [Browser MCU Core](https://github.com/mganeko/browser_mcu_core) ... ブラウザの映像/音声処理を活用した、MCUライブラリ 13 | * [Browser MCU Server](https://github.com/mganeko/browser_mcu_server) ... 複数参加者、1ルームの会議のサンプルです 14 | * [Browser MCU Pack](https://github.com/mganeko/browser_mcu_pack) ... [Bowser MCU Server](https://github.com/mganeko/browser_mcu_server)とヘッドレスブラウザを使ったMCUをセットにしたDockerコンテナです 15 | * Browser MCU Service ... 複数参加者、複数ルームの会議のサービス。 ※オープンソースではありません 16 | * [Browser MCU Docker](https://github.com/mganeko/browser_mcu_docker) ... Chromeをヘッドレスブラウザーとしてつかた、Browser MCU Service用のMCUコンテナモジュール 17 | 18 | ## Thanks / 謝辞 19 | 20 | * Thaks to @voluntas for advice to design whole structure of Browser MCU Series 21 | * Browser MCU シリーズの構成にあたっては、@voluntas 氏からアドバイスをいただきました。どうもありがとうございます 22 | 23 | 24 | ## License / ライセンス 25 | 26 | * Browser MCU Core, Browser MCU Server, Browser MCU Pack, Browser MCU Docker, are under the MIT license 27 | * Browser MCU Service is NOT Open Source 28 | * Browser MCU Core, Browser MCU Server, Browser MCU Pack, Browser MCU Docker はMITランセンスで提供されます 29 | * Browser MCU Service はオープンソースではありません 30 | 31 | 32 | 33 | --------------------------------------------------------------------------------