Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakobera/go-sora
go-sora is go signaling client library for WebRTC SFU Sora
https://github.com/hakobera/go-sora
Last synced: 2 months ago
JSON representation
go-sora is go signaling client library for WebRTC SFU Sora
- Host: GitHub
- URL: https://github.com/hakobera/go-sora
- Owner: hakobera
- License: apache-2.0
- Created: 2020-06-22T12:10:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T15:04:18.000Z (over 4 years ago)
- Last Synced: 2024-05-23T05:06:09.225Z (8 months ago)
- Language: Go
- Size: 8.67 MB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-sora
go-sora は [WebRTC SFU Sora](https://sora.shiguredo.jp/) の go クライアントライブラリです。主にシグナリング部分の処理を実装しています。
このライブラリ Sora を開発している時雨堂が提供しているライブラリではありませんので、使用方法などについて時雨道に問い合わせはしないでください。
## 前提事項
go-sora を利用するには go 1.14 以上が必要です。
## 使い方
[SDL2 example](./examples/sdl2) を参照してください。
## 制限事項
現在のバージョンでは、以下の機能はサポートされていません。
* 送信
* スポットライト
* サイマルキャスト
* HTTP API## LICENSE
```
Copyright 2020 Kazuyuki Honda (hakobera)Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```