Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

iOS samples for Open Media Streamer Native SDK

Matsuzawa__Tomohiro
911 Views

Hello,

I couldn't find iOS samples applications for Open Media Streamer Native SDK, so I wrote them based on iOS samples for Intel CS for WebRTC.

https://github.com/thmatuza/oms-client-ios-sample

Feedback and suggestions are greatly appreciated. Thanks!

Best Regards,

Tomohiro Matsuzawa

0 Kudos
3 Replies
Jianjun_Z_Intel
Employee
911 Views

Hi Tomohiro,

Thanks for your iOS samples. As part of our open source process, we're considering to move ICS samples to Github. But they're written in Objective-C. Your Swift samples will be a good start for Swift developers getting familiar with OMS.

0 Kudos
krishna__venkata
Beginner
911 Views

Hello Team,

 

As the initial OMS release, when we try to install it showing error at the starting level itslef(sdk not found).

We already did in Swift using ICS only. when ever we try to replace with OMS we got architecture issues. As OMS is not comparable with arm64. So we struct at move to OMS. Please help us from where we can get all architecture supportable framework. 

Screenshot 2019-02-22 at 11.58.02 AM.pngThanks 

0 Kudos
Matsuzawa__Tomohiro
911 Views

Hello Krishana,

OMS library was too large to upload to GitHub, so I used Git LFS.

It may have caused some issue on OMS binary I uploaded.

I recommend you to build OMS by yourself and replace it.

https://github.com/open-webrtc-toolkit/owt-client-native

You will probably need to build openssl to use https.

I used this to build openssl.

https://github.com/sinofool/build-openssl-ios

Then you can built OMS with openssl. Something like this.

python scripts/build.py --ssl_root ~/Desktop/openssl-ios-dist

Thank you,

Tomo

0 Kudos
Reply