Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 733 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 733 Bytes

StreamPack boilerplate Android application

An example RTMP or SRT live streaming application that demonstrates how to use StreamPack. In just 5 minutes, you will be able to stream live video to your server.

Features

  • RTMP live streaming
  • SRT live streaming
  • Zoom on pinch
  • Focus on tap

See StreamPack for more settings and information.

Getting started

  1. Click on "Use this template" to create a new repository from this template.
  2. Clone your new repository.
  3. Open the project with Android Studio.
  4. Set your RTMP or SRT server URL in MainActivity.kt.
  5. Run the application on a device or an emulator.