Minimum implementation of the NDI SDK that works on the iPhone using Swift.
You'll need a high-speed network connection.
-
Get the SDK from the NDI SDK site and install it (using
4.5.3
as of 2020-10-27). -
Copy
/Library/NDI SDK for Apple_/lib/iOS/libndi_ios.a
to/NDISenderExample/NDIWrapper/NDIWrapper/wrapper/libndi_ios.a
-
Open
NDISenderExample.xcworkspace
in Xcode, select theNDISenderExample
schema, and run it. -
Tap the Send button on the screen to start sending with NDI.
NDI SDKをSwiftから使用しiPhoneで動作させる最小実装です。
-
NDI SDKサイト経由で取得するダウンロードリンクからSDKを入手しインストール(2020-10-27時点で
4.5.3
を使用)検証用: https://drive.google.com/file/d/1USWZTfIsry8hANdI3Ra5Hx1jKiYYPUq5/view?usp=sharing
-
/Library/NDI SDK for Apple_/lib/iOS/libndi_ios.a
を/NDISenderExample/NDIWrapper/NDIWrapper/wrapper/libndi_ios.a
にコピー -
Xcodeで
NDISenderExample.xcworkspace
を開きNDISenderExample
スキーマを選択し実行 -
画面内のSendボタンをタップするとNDIで送信開始します。