From baeabc0990179f352f7bcdc284e514bcce725620 Mon Sep 17 00:00:00 2001 From: Thovi98 <51749973+Thovi98@users.noreply.github.com> Date: Wed, 21 Oct 2020 16:24:27 +0200 Subject: [PATCH] Create README_fr.md --- README_fr.md | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 README_fr.md diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..bd820fc --- /dev/null +++ b/README_fr.md @@ -0,0 +1,125 @@ +# Streama pour YunoHost +[![Integration level](https://dash.yunohost.org/integration/streama.svg)](https://dash.yunohost.org/appci/app/streama) ![](https://ci-apps.yunohost.org/ci/badges/streama.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/streama.maintain.svg) +[![Install Streama with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=streama) + +*[Read this readme in english.](./README.md)* + +> *Ce package vous permet d'installer Streama rapidement et simplement sur un serveur YunoHost. +Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.* + +## Vue d'ensemble + +**Version incluse :** 1.9.1 + +- [Projet Yunohost](https://yunohost.org) +- [Site web de Streama](https://docs.streama-project.com/) + +![](https://raw.githubusercontent.com/streamaserver/streama/master/design/banner2.png) + + +## Captures d'écran + +![Streama 1](https://user-images.githubusercontent.com/51749973/96721582-9fb9f900-13ac-11eb-89b0-c20a6019c9c6.jpg) +![Streama 2](https://user-images.githubusercontent.com/51749973/96721578-9f216280-13ac-11eb-9f6c-94b4199f8eaf.jpg) +![Streama 3](https://user-images.githubusercontent.com/51749973/96721577-9f216280-13ac-11eb-935c-d083f4b010a2.jpg) +![Streama 4](https://user-images.githubusercontent.com/51749973/96721574-9df03580-13ac-11eb-9031-fb1c2dbfca9a.jpg) + + +## Démo + + +* [Demo officielle](https://streama.demo-version.net) + +**Nom d’utilisateur** : demoUser + +**Mot de passe** : demoUser + + + +## Guide d’installation + + L’application peut être installée par **l’interface web-admin** Yunohost ou en **exécutant la commande suivante** : + + $ sudo yunohost app install https://github.com/YunoHost-Apps/streama_ynh + + + Le répertoire de téléchargement par défaut est : /home/yunohost.app/streama (doit être mentionné dans la page *Paramètres* ou peut être modifié) + + Le répertoire vidéo local par défaut est : /home/yunohost.app/streama/upload (doit être mentionné dans la page *Paramètres* ou peut être modifié) + + +## Documentation + + * Documentation officielle : https://docs.streama-project.com/ ou https://github.com/streamaserver/streama/wiki + + +#### Support multi-utilisateur + +* L'authentification LDAP et HTTP est-elle prise en charge ? NON +* L'application peut-elle être utilisée par plusieurs utilisateurs ? OUI + +#### Architectures supportées + +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logsSTREAMA%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/streama/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/STREAMA%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/streama/) + +## Limitations + +* L’installation nécessite un domaine ou un sous-domaine dédié. + +## Informations additionnelles + +* Après l’installation : + +**Nom d’utilisateur** : admin + +**Mot de passe** : admin + +Ceci pourra être changé dans les paramètres. + +### Convertir des vidéos : + + $ convert_movies -ffmpeg + $ convert_movies -avidemux + $ convert_movies -mencoder + $ convert_movies -avconv + +### Compilation avidemux : + + $ git clone https://github.com/mean00/avidemux2/ + $ cd avidemux2 + $ sudo apt-get install build-essential cmake \ + pkg-config yasm libsqlite3-dev libfontconfig1-dev \ + libfribidi-dev libxvdev libvdpau-dev libva-dev \ + libasound2-dev libpulse-dev libfdk-aac-dev \ + libpng-dev libmp3lame-dev libx264-dev \ + libxvidcore-dev libfaad-dev libfaac-dev libopus-dev \ + libvorbis-dev libogg-dev libdca-dev libx265-dev + $ wget https://www.deb-multimedia.org/pool/main/a/aften/libaften0_0.0.8svn20100103-dmo2_amd64.deb + $ wget https://www.deb-multimedia.org/pool/main/a/aften/libaften-dev_0.0.8svn20100103-dmo2_amd64.deb + $ sudo dpkg -i libaften0_0.0.8svn20100103-dmo2_amd64.deb + $ sudo dpkg -i libaften-dev_0.0.8svn20100103-dmo2_amd64.deb + $ bash bootStrap.bash --deb --without-qt --with-cli + + + +## Liens + + * Signaler un bug : https://github.com/YunoHost-Apps/streama_ynh/issues + * Site de l'application : https://docs.streama-project.com/ + * Dépôt de l'application principale : https://github.com/streamaserver/streama + * Site web YunoHost : https://yunohost.org/ + +--- + +Informations pour les développeurs +---------------- + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/streama_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/streama_ynh/tree/testing --debug +ou +sudo yunohost app upgrade streama -u https://github.com/YunoHost-Apps/streama_ynh/tree/testing --debug +```