-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Hi. I am running the example proyect to iOS and i have experimented two problems:
- The block method to get the stream URL is never called.
Code:
[Kickflip presentBroadcasterFromViewController:self ready:^(KFStream stream) {
if (stream.streamURL) {
DDLogInfo(@"Stream is ready at URL: %@", stream.streamURL);
}
} completion:^(BOOL success, NSError error){
if (!success) {
DDLogError(@"Error setting up stream: %@", error);
} else {
DDLogInfo(@"Done broadcasting");
}
}];
- When I try reproduce the videos recorded with the app, in the web page, appears a "Buffering" message, but the video is never reproduce.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels