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

codec not found: h264 #9

Open
maheshsphinx opened this issue Nov 30, 2015 · 0 comments
Open

codec not found: h264 #9

maheshsphinx opened this issue Nov 30, 2015 · 0 comments

Comments

@maheshsphinx
Copy link

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.

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

1 participant