Kickflip / kickflip-docs

Documentation for the Kickflip SDK (Android, iOS, Web)
https://kickflip.io
MIT License
92 stars 56 forks source link

Video recorded with Kickflip example doesn´t work #4

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.

rishi-lambe commented 8 years ago

I have same issue