mirror of
https://codeberg.org/Schoumi/PeerTubeLive.git
synced 2025-01-31 03:30:01 +01:00
add Readme
This commit is contained in:
parent
a1ae20a00f
commit
11766b39c3
26
README.md
Normal file
26
README.md
Normal 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
|
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user