add Readme

This commit is contained in:
Schoumi 2021-07-21 17:19:42 +02:00
parent a1ae20a00f
commit 11766b39c3
2 changed files with 27 additions and 1 deletions

26
README.md Normal file
View File

@ -0,0 +1,26 @@
# PeerTube Live
[![Build Status](https://drone.mob-dev.fr/api/badges/Schoumi/PeerTubeLive/status.svg)](https://drone.mob-dev.fr/Schoumi/PeerTubeLive)
PeerTube Live is an Android application.
PeerTube Live let you stream your phone camera on PeerTube instance
* Multiple instance supported — Use your own instance!
* Configure all options of your stream if you want (description, title, visibility,...)
* Switch between camera
* Easy to use
PeerTube, developped by [Framasoft](https://framasoft.org), is the free and decentralized alternative to video platforms. Join PeerTube at [https://joinpeertube.org](https://joinpeertube.org)
## Licence
The app itself is under AGPL v3 Licence
The [rtmp/rtsp library](https://github.com/pedroSG94/rtmp-rtsp-stream-client-java) (embedded in this repository due to some modification not in upstream version yet) is under Apache 2.0 Licence
I intend to add support of these feature to be embedded in rtmp-rtsp library in the futur
## Help
You can help us translate the application on weblate (available soon)
You can help by [![Donate](https://liberapay.com/assets/widgets/donate.svg)](href="https://liberapay.com/Schoumi/donate) to let me have more time on my differents apps

View File

@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5'