Files
pico-streaming/README.md
ThibaultBee 5740e3f22b
Some checks failed
Build / build (push) Has been cancelled
chore(*): modernize the project
2026-02-04 15:16:56 +01:00

23 lines
794 B
Markdown

# StreamPack boilerplate Android application
An example RTMP or SRT live streaming application that demonstrates how to
use [StreamPack](https://github.com/ThibaultBee/StreamPack). In just 5 minutes, you will be able to
stream live video to your server.
## Features
- [x] RTMP live streaming
- [x] SRT live streaming
- [x] Zoom on pinch
- [x] Focus on tap
See [StreamPack](https://github.com/ThibaultBee/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. Replace default `rtmp://my.server.url:1935/app/streamKey` by your RTMP or SRT server URL in
`MainViewModel.kt`.
5. Run the application on a device or an emulator.