Skip to content

adamzbl/GDLiveStreaming

 
 

Repository files navigation

GDLiveStreaming

[![CI Status](http://img.shields.io/travis/Larry Tin/GDLiveStreaming.svg?style=flat)](https://travis-ci.org/Larry Tin/GDLiveStreaming) Version License Platform

Features

  • Capturing and filtering live video via GPUImage
  • Focusing and Exposure on tap: GDLCameraUtil
  • Pause and resume during recording: GDLAlignVideoAudioTimestamp
    • Rotate camera between front and rear
    • Incoming call
    • Alarm
  • H264 video encoding using VideoToolbox
  • Push stream through RTMP

Example

To run the example project:

  1. Clone the repo, run git submodule update --init in the root directory.
  2. Run pod install from the Example directory and open GDLiveStreaming.xcworkspace file.

Requirements

Installation

GDLiveStreaming is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'GDLiveStreaming', :git => 'https://github.com/goodow/GDLiveStreaming.git'
pod 'VideoCore', :git => 'https://github.com/goodow/VideoCore.git'
pod 'glm', :podspec => 'https://raw.githubusercontent.com/goodow/GDLiveStreaming/master/glm.podspec'

Author

Larry Tin, dev@goodow.com

License

GDLiveStreaming is available under the MIT license. See the LICENSE file for more info.

About

腾讯直播开源iOS音视频采集与RTMP推流 QQ交流群:419469789

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 84.5%
  • Ruby 7.8%
  • Objective-C++ 7.7%