Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on iOS10 #22

Open
pixatra5163 opened this issue Dec 30, 2016 · 1 comment
Open

Not working on iOS10 #22

pixatra5163 opened this issue Dec 30, 2016 · 1 comment

Comments

@pixatra5163
Copy link

Hi, i am using this below code to start the broadcast, which actually start the broadcast on device, but in console gives error:

Code to start broadcasr:
[Kickflip presentBroadcasterFromViewController:self ready:^(KFStream stream) {
if (stream.streamURL) {
bstream = stream;
NSLog(@"Stream is ready at URL: %@", stream.streamURL);
}
} completion:^(BOOL success, NSError
error){
if (!success) {
NSLog(@"Error setting up stream: %@", error);
} else {
NSLog(@"Done broadcasting");
}
}];

Console errors:
[KFAWSCredentialsProvider credentials]: unrecognized selector sent to instance 0x17444b4c0
2016-12-30 11:20:01.553694 LittleStar[600:102235] -[KFAWSCredentialsProvider credentials]: unrecognized selector sent to instance 0x17444b4c0
[hls @ 0x10211fa00] EXT-X-MEDIA-SEQUENCE:0
2016-12-30 11:20:11.483984 LittleStar[600:102682] -[KFAWSCredentialsProvider credentials]: unrecognized selector sent to instance 0x17444b4c0
2016-12-30 11:20:11.503410 LittleStar[600:102682] -[KFAWSCredentialsProvider credentials]: unrecognized selector sent to instance 0x17444b4c0
2016-12-30 11:20:11.513940 LittleStar[600:102682] -[KFAWSCredentialsProvider credentials]: unrecognized selector sent to instance 0x17444b4c0
[hls @ 0x10211fa00] EXT-X-MEDIA-SEQUENCE:0
2016-12-30 11:20:21.548701 LittleStar[600:103042] -[KFAWSCredentialsProvider credentials]: unrecognized selector sent to instance 0x17444b4c0
2016-12-30 11:20:21.573707 LittleStar[600:103042] -[KFAWSCredentialsProvider credentials]: unrecognized selector sent to instance 0x17444b4c0
[hls @ 0x10211fa00] EXT-X-MEDIA-SEQUENCE:0
2016-12-30 11:20:24.770127 LittleStar[600:103042] -[KFAWSCredentialsProvider credentials]: unrecognized selector sent to instance 0x17444b4c0
2016-12-30 11:20:24.790692 LittleStar[600:102121] Done broadcasting
2016-12-30 11:20:24.798276 LittleStar[600:102744] -[KFAWSCredentialsProvider credentials]: unrecognized selector sent to instance 0x17444b4c0

@hdinhof1
Copy link

Seconded. Is the iOS example still supported? Hope so!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants