Kickflip / kickflip-ios-sdk

Kickflip iOS SDK
http://kickflip.io
Apache License 2.0
346 stars 143 forks source link

Video recorded with Kickflip example doesn´t work #23

Open maxiColuccia opened 9 years ago

maxiColuccia commented 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.

nvhaiwork commented 9 years ago

I have same problem, please help us

rishi-lambe commented 8 years ago

I have same problem. Have any solution?