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

Video recorded with Kickflip example doesn´t work #4

Open
maxiColuccia opened this issue Jun 11, 2015 · 1 comment
Open

Video recorded with Kickflip example doesn´t work #4

maxiColuccia opened this issue Jun 11, 2015 · 1 comment

Comments

@maxiColuccia
Copy link

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");
}
}];

  1. 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.

@rishi-lambe
Copy link

I have same issue

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