Skip to content

Streamaxia Open SDK for iOS Mobile App Developers Easy to integrate, low-latency live video streaming library. Open broadcast – not limited to any specific CDN, RTMP Media Server or proprietary protocols. Drag, Drop & Go Live!

License

Notifications You must be signed in to change notification settings

duonghungto/iOS-Open-SDK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pageres

Introduction

Streamaxia OpenSDK is an easy to integrate, low-latency live video streaming library for iOS and Android mobile apps. Open live video broadcast – not limited to any specific CDN, RTMP Media Server or proprietary protocols. Drag, Drop & Go Live on Facebook, YouTube, Twitch, Twitter, Microsoft Azure, Adobe Media Server, Wowza, Red5, Sewise and more!

This is a short programming guide about how to test Streamaxia OpenSDK library using our demo iOS project.

Try and order Streamaxia OpenSDK today!

iOS Demo Project Installation:

  • Clone the repository on your computer
  • Update code signing to match your team in the General pane of the project editor
  • Inside AGViewController.m set your desired stream name
// Modify this to your desired stream name
NSString * const kStreamaxiaStreamName = @"YOUR-STREAM-NAME-HERE";

Build and run the project. You can view your broadcast at the following url: http://play.streamaxia.com/streamaxia/yourStreamName
Note: You have to build and run the project on a physical device, because streaming is not possible from the simulator

For more information about the Streamaxia Open SDK set up please check Streamaxia iOS Open SDK Setup Guide

Terms

By using this software, you agree the terms specified in the Licensing Agreement represented by the License Agreement

 NOTE: Depending on your license type, each device that has this software running could be limited to a specific amount of streaming hours.

For example, in this demo app, all the users that use the app will be able to broadcast for 1 hour/month.

Once the limit is reached, the library will return an AXWarning with code 2001 and will just stop the live streaming feature, without crashing the app.

The counter is reset every month on the 1st.

Help and Support

Resources

alt text alt text alt text

About

Streamaxia Open SDK for iOS Mobile App Developers Easy to integrate, low-latency live video streaming library. Open broadcast – not limited to any specific CDN, RTMP Media Server or proprietary protocols. Drag, Drop & Go Live!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 95.4%
  • Swift 4.6%