Open maxiColuccia opened 9 years ago
Hi. I am running the example proyect to iOS and i have experimented two problems:
1) 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"); } }];
2) 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.
I have same problem, please help us
I have same problem. Have any solution?
Hi. I am running the example proyect to iOS and i have experimented two problems:
1) 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"); } }];
2) 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.