I just opened your example project VideoService (I entered my appId and secretKey there). I started it on my iPhone4 device. Then I pressed Publish button, and after that I don’t see new logs . And the only thing I see is ActivityIndicator view.
And nothing happens. The app never comes into -(void)streamStateChanged:(id)sender state:(StateMediaStream)state description:(NSString *)description and into -(void)streamConnectFailed:(id)sender code:(int)code description:(NSString *)description (I’ve waited for 10 min).
By the way, when I tried this code:
self.publisher =[backendless.mediaService publishStream:@"strName" tube:@"tubeName" options:options responder:self];
self.publisher start];
StateMediaStream state = [self.publisher currentState];
self.publisher connect];
state = [self.publisher currentState];
state was always = Disconnected (I tested with and without start/connect methods). And delegate methods are never called