第一次PLStreamingKit推流失败

在使用七牛的PLStreaming推流时每次第一次推流会失败,重连也不行,退出Viewcontroller就正常了,是什么问题

阅读 2.3k
2 个回答

推流失败这边有报错信息吗?

我的原因是在AppDelegate.m里面加了下面的代码

- (void)applicationWillResignActive:(UIApplication *)application {
    //停止音频播放及播放动画
    [[EMCDDeviceManager sharedInstance] stopPlaying];
    [[EMCDDeviceManager sharedInstance] disableProximitySensor];
    [EMCDDeviceManager sharedInstance].delegate = nil;
}
logo
七牛云问答
子站问答
访问
宣传栏