Skip to content

Video recorded with Kickflip example doesn´t work #4

Description

@maxiColuccia

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions