diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..95fbd2c --- /dev/null +++ b/doc/DISCLAIMER.md @@ -0,0 +1,39 @@ +## Installation guide + +> :warning: Streama must be installed in the root domain or subdomain. + +Default upload directory is: `/home/yunohost.app/streama` (must be mentioned in *Settings* page or can be changed) + +Default local video directory is: `/home/yunohost.app/streama/upload` (must be mentioned in *Settings* page or can be changed) + +## Additional information + +* After install: + - **Username**: admin + - **Password**: admin + +This can be changed in settings. + +### Convert video: + + $ convert_movies -ffmpeg + $ convert_movies -avidemux + $ convert_movies -mencoder + $ convert_movies -avconv + +### Avidemux compilation: + + $ 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 diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..386cd8d --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,39 @@ +## Guide d’installation + +> :warning: Streama doit être installé dans le domaine racine ou un sous-domaine dédié. + +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é) + +## 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 diff --git a/doc/screenshots/screenshot.jpg b/doc/screenshots/screenshot.jpg new file mode 100644 index 0000000..527d42b Binary files /dev/null and b/doc/screenshots/screenshot.jpg differ diff --git a/manifest.json b/manifest.json index 34db662..e9c6ef9 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,13 @@ }, "version": "1.10.3~ynh2", "url": "https://streamaserver.org/", + "upstream": { + "license": "MIT", + "website": "https://streamaserver.org/", + "demo": "https://streama.demo-version.net", + "admindoc": "https://docs.streama-project.com/", + "code": "https://github.com/streamaserver/streama" + }, "license": "MIT", "maintainer": { "name": "liberodark",