@adrianso/react-native-wowza-gocoder
Version:
React Native wrapper for the Wowza GoCoder SDK
31 lines (18 loc) • 1.15 kB
Markdown
# iOS installation
1. Download the latest iOS Wowza Gocoder SDK from `https://www.wowza.com/pricing/installer#gocodersdk-downloads`.
2. Unzip the ZIP. Rename the directory name of the uncompressed files to `wowza-gocoder-sdk` and the move the directory to <PROJECT_ROOT>/ios.
3. Your directory structure should look like this.

4. cd into your `<PROJECT_ROOT>` directory.
5. `yarn add @adrianso/react-native-wowza-gocoder`
6. Open your iOS workspace in XCode.
7. Right click on your project, and select "Add files to project".

8. Select `<IOS_PROJECT_ROOT>/wowza-gocoder-sdk/WowzaGoCoderSDK.framework`. Click Add.
9. In the General tab, under Frameworks Libraries, and Embedbed Content, make you that the Wowza framework has been embedded correctly.

10. Ensure that your have grant `camera` and `microphone` access in your Info.plist.

10. Re-compile your project.
## References
https://www.wowza.com/docs/how-to-install-gocoder-sdk-for-ios