Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
1151 Discussions

IOS Demo Issue(can not publish stream or attach remote video in public ip)

vincent_t_
Beginner
953 Views

I set up the RTC server,using web and iOS app to join a conference,it going well in local network. but in public network,only the web can run normally, the IOS app can only see the local camera,can not show other people video. 

i debug the code,

 [_conferenceClient publish:_localStream onSuccess:^() {

      dispatch_async(dispatch_get_main_queue(), ^{

        NSLog(@"publish success!");

      });

    } onFailure:^(NSError* err) {

      NSLog(@"publish failure!");

      [self showMsg:[err localizedFailureReason]];

    }];

this method not response anything,

also, i think the remoteview not attach success.

any suggest?

 

 

 

 

 

 

0 Kudos
4 Replies
Chunbo_H_Intel1
Employee
953 Views

Hi Vincent,

Do you have any STUN/TURN setting for the iOS client?

Thanks!

0 Kudos
Tao_L_1
Beginner
953 Views

i have same problem?

How to setting stun/turn for ios?

0 Kudos
akin_o_
Beginner
952 Views

officesip server has turn server, you can try it.

0 Kudos
Reply