Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
Avisos
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.

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

vincent_t_
Principiante
968 Vistas

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 Respuestas
Chunbo_H_Intel1
Empleados
968 Vistas

Hi Vincent,

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

Thanks!

Tao_L_1
Principiante
968 Vistas

i have same problem?

How to setting stun/turn for ios?

akin_o_
Principiante
967 Vistas

officesip server has turn server, you can try it.

Responder