Home

Awesome

WebRTC-Build

GitHub tag (latest SemVer) License Actions Status

About Shiguredo's open source software

We will not respond to PRs or issues that have not been discussed on Discord. Also, Discord is only available in Japanese.

Please read https://github.com/shiguredo/oss/blob/master/README.en.md before use.

時雨堂のオープンソースソフトウェアについて

利用前に https://github.com/shiguredo/oss をお読みください。

webrtc-build について

様々な環境向けの WebRTC のビルドを行って、そのバイナリを提供しています。

ダウンロード

リリース からダウンロードしてください。

パッケージに入っている内容

現在提供しているビルド

hololens2 ビルドについて

廃止

H.264 (AVC) と H.265 (HEVC) のライセンスについて

時雨堂が提供する libwebrtc のビルド済みバイナリには H.264 と H.265 のコーデックは含まれていません

H.264

H.264 対応は Via LA Licensing (旧 MPEG-LA) に連絡を取り、ロイヤリティの対象にならないことを確認しています。

時雨堂がエンドユーザーの PC /デバイスに既に存在する AVC / H.264 エンコーダー/デコーダーに依存する製品を提供する場合は、 ソフトウェア製品は AVC ライセンスの対象外となり、ロイヤリティの対象にもなりません。

H.265

H.265 対応は以下の二つの団体に連絡を取り、H.265 ハードウェアアクセラレーターのみを利用し、 H.265 が利用可能なバイナリを配布する事は、ライセンスが不要であることを確認しています。

また、H.265 のハードウェアアクセラレーターのみを利用した H.265 対応の SDK を OSS で公開し、 ビルド済みバイナリを配布する事は、ライセンスが不要であることも確認しています。

ライセンス

Apache License 2.0

Copyright 2019-2024, Wandbox LLC (Original Author)
Copyright 2019-2024, tnoho (Original Author)
Copyright 2019-2024, Shiguredo Inc.

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 at

    http://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.

タグやブランチ運用について

かなり特殊なブランチ運用です

タグの読み方

m124.6367.3.1 は m124 で、ブランチが 6367 で、コミットポジションが 3 で、 shiguredo/webrtc-build としてのリリース回数が 1 という意味です。

コミットポジションについて

コミットポジションとは libwebrtc ブランチの Cr-Commit-Position: refs/branch-heads/6367@{#3}#3 の部分です。

たとえばこの 6367 は m124 のブランチ番号なのですが、libwebrtc にバックポートなどが入ってもブランチ番号は変更されません。 その代わりコミットポジションが +1 されていきます。

main だけでコミットポジションがない場合はコミットポジション 0 として扱います。

support ブランチとタグ

大きめのパッチで、かつメインブランチにマージが難しい場合は support ブランチを利用します。 support ブランチでは <webrtc-build>-<support-branch-name>.<release> というタグを打ちます。

パッチ運用について