Skip to content

jvkolyadich/libndi_bindings

Repository files navigation

libndi_bindings

Minimal project to get libndi bindings to work on ios.
Created using the plugin_ffi template.

Setup

To get the static library file used by this project, you'll need to download the SDK it's in here.

After you run the installer, the file should be at
/Library/NDI SDK for Apple/lib/iOS/libndi_ios.a
unless you chose a different installation folder than /Library.

Then, you can

cd ios/Frameworks
ln -s /Library/NDI\ SDK\ for\ Apple/lib/iOS/libndi_ios.a
cd ../../example
flutter run

Using the test static library

Run build_lib.sh from the test_lib_src folder

cd test_lib_src
./build_lib.sh <CODE_SIGN_IDENTITY>

Uncomment the appropriate s.vendored_libraries and OTHER_LDFLAGS in ios/libndi_bindings.podspec

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published