From 11766b39c3af5304a1377b0905412cb1b5f8b3a8 Mon Sep 17 00:00:00 2001 From: Schoumi Date: Wed, 21 Jul 2021 17:19:42 +0200 Subject: [PATCH] add Readme --- README.md | 26 ++++++++++++++++++++++++++ build.gradle | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..af56deb --- /dev/null +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index 2109ef3..6825f01 100644 --- a/build.gradle +++ b/build.gradle @@ -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'