GithubHelp home page GithubHelp logo

kickflip-docs's People

Contributors

chrisballinger avatar onlyinamerica avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kickflip-docs's Issues

Loading streaming delay

Hi,
We are using your Kickflip API, and I would like to ask you regarding watching broadcasting as watcher. Now when we do broadcasting, from the watcher/viewer side, when loading/opening the broadcast, it takes very long to open the broadcasting. Could you please advise what is the issues on this?

Does KickFlip support portrait video?

Hi Kickflip,

Thanks Kickflip for this cool project. I'm developing an app using Kickflip in portrait orientation. I make it record in portrait way but its output still stay tune as the landscape. Do we have any solution to make the output portrait? Thanks a lot.

Chinh.

codec not found: h264

I have integrated Kickflip for live streaming. I write a following code.
[Kickflip presentBroadcasterFromViewController:self ready:^(KFStream stream) {
if (stream.streamURL) {
NSLog(@"Stream is ready at URL: %@", stream.streamURL);
}
} completion:^(BOOL success, NSError
error){

    if (!success) {
        NSLog(@"Error setting up stream: %@", error);
    } else {

        NSLog(@"Done broadcasting");
    }
}];

But each and every time I got following result.

codec not found: h264
[mpegts @ 0x13006ee00] muxrate VBR, pcr every 3 pkts, sdt every 200, pat/pmt every 40 pkts
Done broadcasting

Not able to getting StreamUrl. Can you please help me.

codec not found: h264

I have integrated Kickflip for live streaming. I write a following code.
[Kickflip presentBroadcasterFromViewController:self ready:^(KFStream stream) {
if (stream.streamURL) {
NSLog(@"Stream is ready at URL: %@", stream.streamURL);
}
} completion:^(BOOL success, NSError
error){

    if (!success) {
        NSLog(@"Error setting up stream: %@", error);
    } else {

        NSLog(@"Done broadcasting");
    }
}];

But each and every time I got following result.

codec not found: h264
[mpegts @ 0x13006ee00] muxrate VBR, pcr every 3 pkts, sdt every 200, pat/pmt every 40 pkts
Done broadcasting

Not able to getting StreamUrl. Can you please help me.

500 server error

Seems that as of 4 Aug 2016 I get a server error 500 with a brand new api key and secret.

I am not sure this is due to it being a new account or just in general the server is having problems.

State of the docs

Hey guys, great work with Kickflip.

Will there ever be finished information on how to completely integrate Kickflip into a web service with web app and iOS client?

I see this document is as far as it goes.

Are Kickflip services reliable for long term?

I see Kickflip is a great online service, I tried the demo app and works great. But I dont see any contact info with the developers or customer service. Feels like a startup in very early stage, so Im not very confident to port the huge amount of users I have under your services.

It would be great if you give an update on the status of Kickflip as a service or company so that it doesnt end up like http://blog.cine.io/ which was a super cool and robust service that is now dead.

Video recorded with Kickflip example doesn´t work

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.

Streaming a USB camera

Hi, I do have libraries to open external USB camera for android, we can look and also record this USB camera input, is there a way to use this camera instead of the built in camera? output can be set to a SurfaceView.

Stream always starting at beginning

Hi there! We are experimenting with kickflip. But every time we load the stream, it seems to be starting from the beginning of the stream, so it's not really "live". What are we doing wrong or did we miss the concept of kickflip?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.