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

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

vincent_t_
Beginner
374 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
374 Views

Hi Vincent,

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

Thanks!

0 Kudos
Tao_L_1
Beginner
374 Views

i have same problem?

How to setting stun/turn for ios?

0 Kudos
akin_o_
Beginner
373 Views

officesip server has turn server, you can try it.

0 Kudos
Reply