doc/pages/04.applications/10.docs/streama/app_streama.fr.md
2022-10-05 18:48:40 +02:00

69 lines
2.6 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Streama
template: docs
taxonomy:
category: docs, apps
routes:
default: '/app_streama'
---
[![Installer Streama avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=streama) [![Integration level](https://dash.yunohost.org/integration/streama.svg)](https://dash.yunohost.org/appci/app/streama)
### Index
- [Liens utiles](#liens-utiles)
*Streama* est un serveur de streaming auto-hébergé.
### Captures d'écran
![Capture d'écran de Streama](https://github.com/YunoHost-Apps/streama_ynh/blob/master/doc/screenshots/screenshot.jpg)
### Avertissements / informations importantes
### Guide dinstallation
> :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 linstallation :
- **Nom dutilisateur**: 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 utiles
+ Site web : [streamaserver.org](https://streamaserver.org)
+ Démonstration : [Démo](https://streama.demo-version.net/login/auth)
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/streama](https://github.com/YunoHost-Apps/streama_ynh)
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/streama/issues](https://github.com/YunoHost-Apps/streama_ynh/issues)