occ maintenance:repair execute| User | Password |
|---|---|
| admin | TempPass123! |
| Gouroubleu | TempPass123! |
Vider les cookies du navigateur pour nextcloud.33800.nowhere84.com
Installation Docker sur Jellyfin
sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
Creation du projet
Push sur GitLab
Deploiement sur Jellyfin
cd ~/apps/ffmpeg-api
sudo docker compose up -d --build
| Propriete | Valeur |
|---|---|
| URL | http://192.168.1.199:3200 |
| Container | ffmpeg-api |
| Port | 3200 |
| GPU | AMD Radeon RX Vega M GL (VAAPI) |
| Method | Endpoint | Description |
|---|---|---|
| GET | /health | Healthcheck |
| POST | /probe | Analyse fichier media |
| POST | /transcode | Transcodage video |
| POST | /thumbnail | Generation miniature |
| GET | /jobs | Liste des jobs |
| GET | /jobs/:id | Statut job |
| DELETE | /jobs/:id | Annuler job |
/mnt/raidz2 -> /media (lecture seule)/mnt/raidz2/ffmpeg-output -> /output (ecriture)curl http://192.168.1.199:3200/health
# {"status":"ok","ffmpeg":"available","ffprobe":"available","vaapi":"available"}
/home/gouroubleu/propositions/18-12-2025-06-39-api-ffmpeg-jellyfin.md