chore(*): modernize the project
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
ThibaultBee
2026-02-04 15:13:10 +01:00
parent 529356a052
commit 5740e3f22b
15 changed files with 124 additions and 89 deletions

View File

@@ -18,5 +18,6 @@ See [StreamPack](https://github.com/ThibaultBee/StreamPack) for more settings an
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`.
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.