...
| Bloc de code | ||
|---|---|---|
| ||
# Configuration Celery sur le frontal USE_DISTANT_ENCODING_TRANSCODING = True ENCODING_TRANSCODING_CELERY_BROKER_URL = "redis://redis:6379/5" |
Il vous faut lancer une commande Celery qui va enregistrer les fichiers encodés à la fin de l'encodage
| Bloc de code | ||
|---|---|---|
| ||
(django_pod) pod@pod:/usr/local/django_projects/podv3$ celery -A pod.video_encode_transcript.importing_tasks worker -l INFO -Q importing --concurrency 1 --detach -n import_encode |
Installation sur le serveur d’encodage :
...