在使用七牛的PLStreaming推流时每次第一次推流会失败,重连也不行,退出Viewcontroller就正常了,是什么问题
我的原因是在AppDelegate.m里面加了下面的代码
- (void)applicationWillResignActive:(UIApplication *)application {
//停止音频播放及播放动画
[[EMCDDeviceManager sharedInstance] stopPlaying];
[[EMCDDeviceManager sharedInstance] disableProximitySensor];
[EMCDDeviceManager sharedInstance].delegate = nil;
}
推流失败这边有报错信息吗?