Skip to content

torikizi/sora-ios-sdk-samples

 
 

Repository files navigation

Sora iOS SDK サンプル集

このリポジトリには、 Sora iOS SDK を利用したサンプルアプリを掲載しています。実際の利用シーンに即したサンプルをご用意しておりますので、目的に応じた Sora iOS SDK の使い方を簡単に学ぶことができます。

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 before use.

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

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

システム条件

このリポジトリの全てのサンプルアプリは、 Sora iOS SDK 2020.4 を使用しています。

  • iOS 10.0 以降
  • アーキテクチャ arm64, x86_64 (シミュレーターの動作は未保証)
  • macOS 10.15 以降
  • Xcode 11.1
  • Swift 5.1
  • Carthage 0.33.0 以降、または CocoaPods 1.6.1 以降
  • WebRTC SFU Sora 19.04.0 以降

Xcode と Swift のバージョンによっては、 Carthage と CocoaPods で取得できるバイナリに互換性がない可能性があります。詳しくはドキュメントを参照してください。

サンプルの紹介

RealTimeStreamingSample (生放送配信)

RealTimeStreamingSample (生放送配信)

このサンプルでは、動画生放送の配信・視聴を行うアプリを Sora iOS SDK を用いて実装する方法を説明しています。

VideoChatSample (ビデオチャット)

VideoChatSample (ビデオチャット)

このサンプルでは、複数人が同時に参加できるビデオチャットアプリを Sora iOS SDK を用いて実装する方法を説明しています。

DecoStreamingSample (デコ動画配信)

DecoStreamingSample (デコ動画配信)

このサンプルでは、カメラで撮影した動画をクライアントサイドで加工して動画配信するアプリを Sora iOS SDK を用いて実装する方法を説明しています。

ScreenCastSample (スクリーンキャスト)

ScreenCastSample (スクリーンキャスト)

このサンプルでは、クライアントアプリの画面を動画配信するアプリを Sora iOS SDK を用いて実装する方法を説明しています。

ライセンス

Apache License 2.0

Copyright 2017-2018, Masashi Ono (akisute)
Copyright 2017-2020, 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.

About

WebRTC SFU Sora iOS SDK サンプル集

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 99.0%
  • Ruby 1.0%