Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.49 KB

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
  • H264 video encoding using VideoToolbox
  • Push stream through RTMP

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

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

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

Author

Larry Tin, [email protected]

License

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