mirror of
https://github.com/YunoHost-Apps/streama_ynh.git
synced 2024-09-03 20:26:30 +02:00
Add templates
This commit is contained in:
parent
5fd0a64da2
commit
f52aa2678e
4 changed files with 85 additions and 0 deletions
39
doc/DISCLAIMER.md
Normal file
39
doc/DISCLAIMER.md
Normal file
|
@ -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
|
39
doc/DISCLAIMER_fr.md
Normal file
39
doc/DISCLAIMER_fr.md
Normal file
|
@ -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
|
BIN
doc/screenshots/screenshot.jpg
Normal file
BIN
doc/screenshots/screenshot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 678 KiB |
|
@ -8,6 +8,13 @@
|
||||||
},
|
},
|
||||||
"version": "1.10.3~ynh2",
|
"version": "1.10.3~ynh2",
|
||||||
"url": "https://streamaserver.org/",
|
"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",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "liberodark",
|
"name": "liberodark",
|
||||||
|
|
Loading…
Add table
Reference in a new issue