Giter Club home page Giter Club logo

Comments (4)

YoannQueret avatar YoannQueret commented on June 27, 2024

Le fichier metadata.dls est normalement créé lors de l'application de la configuration sur l'onglet Configuration.
Il faut peut-etre mettre ce fichier à un autre endroit que dans /tmp/ qui peut être un tmpfs et donc être effacé a chaque redemarrage de l'OS.

from odr-encodermanager.

LyonelB avatar LyonelB commented on June 27, 2024

Je viens de modifier la section "output" dans l'onglet Configuration :

Slide directory: /tmpfs/slide/
PAD fifo file: /tmpfs/metadata.pad
DLS fifo file: /tmpfs/metadata.dls

J'ai l'erreure suivante :

Write changes

ERROR = -202 : Error generating supervisor files('Error when create DLS fifo file', "[Errno 2] No such file or directory: u'/tmpfs/metadata.dls'")

from odr-encodermanager.

YoannQueret avatar YoannQueret commented on June 27, 2024

tmpfs est un RAMDisk, Le repertoire /tmp/ est souvent un tmpfs, c'est a dire qu'il n'est pas physiquement sur le disk mais en memoire. Lorsque l'OS redemarre il est effacé.

mkdir /pad/
chmod 777 /pad/
mkdir /pad/slide/
chmod 777 /pad/slide/

PAD fifo file: /pad/metadata.pad
DLS fifo file: /pad/metadata.dls
Slide directory : /pad/slide/

J'ai mis 777 pour les droits dans l'exemple, mais je te laisse adapter les users/groups et droits au beosin.

from odr-encodermanager.

LyonelB avatar LyonelB commented on June 27, 2024

Merci,

J'ai suivi tes indications et tout est ok.

from odr-encodermanager.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.