Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

codec not found: h264 #8

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

codec not found: h264 #8

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant