手机流媒体SDK Kickflip

码农软件 · 软件分类 · 手机开发包 · 2019-05-06 08:28:08

软件介绍

Kickflip 是一个手机流媒体应用开发 SDK ,支持 Android 和 iOS 开发。

特性:

  • Live Video Broadcasting

  • Global distribution

  • Infinately scalable

  • No Setup Time or Fee

  • Developer Friendly

  • Open Source

  • Free for Development

iOS 示例代码:

[Kickflip setupWithAPIKey:@"API_KEY" secret:@"API_SECRET"];
[Kickflip presentBroadcastViewFromViewController:self ready:^(NSURL *streamURL, NSError *error){ 
    if (streamURL) {
        NSLog(@"Stream is ready to view at URL: %@", streamURL);
    }
} 
completion:nil];

Android 示例代码:

Kickflip.initWithApiKey(API_KEY, API_SECRET);
Kickflip.startBroadcastActivity(this, mBroadcastListener);

本文地址:https://codercto.com/soft/d/5126.html

高效能程序员的修炼

高效能程序员的修炼

[美]Jeff Atwood / 陆其明、张健 / 人民邮电出版社 / 2013-7 / 49

jeff atwood于2004年创办coding horror博客(http://www.codinghorror.com),记录其在软件开发经历中的所思所想、点点滴滴。时至今日,该博客每天都有近10万人次的访问量,读者纷纷参与评论,各种观点与智慧在那里不断激情碰撞。 《高效能程序员的修炼》是coding horror博客中精华文章的集合。全书分为12章,涉及迈入职业门槛、高效能编程、应聘......一起来看看 《高效能程序员的修炼》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具