Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (111)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (6661)

  • Anomalie #2689 (Nouveau) : Plus possible de "Répondre à ce message" en public ?

    5 mai 2012, par Piero Wbmstr

    Sauf erreur de ma part, la possibilité de répondre à un message, en plus de pouvoir commenter un article, n’est plus proposée (?). D’après ce que je vois, le formulaire de forum d’un article, toujours visible d’ailleurs, peut uniquement créer un nouveau message ou commentaire attaché à l’article. Il (...)

  • Asterisk configuration with —with-avcodec flag [closed]

    3 juillet 2022, par Mikhail

    My attempts to configure asterisk with the specified flag end up with messages :

    


    configure: ***
configure: *** The FFMPEG installation appears to be missing or broken.
configure: *** Either correct the installation, or run configure
configure: *** including --without-avcodec.
root@debian:/home/mvt/install_asterisk/asterisk-18.13.0


    


    I get the same messages if the asterisk is version 1.8.0 or 16.
I think other versions will be the same.
I tried to install asterisk with --with-avcodec flag in ubuntu 22.04, 20.04, debian 11, centos 7(Gnome ).
History repeats itself everywhere.
Asterisk suggests configuring without this flag.
I understand that using ubuntu 22.04 is not a good idea, but the problem is not the choice of OS, but something else.
While researching this problem, although I am far from programming, I saw in this link linux/videodev.h : no such file or directory - OpenCV on ubuntu 11.04 11-04 that a person configuring OpenCV on ubuntu 11.04 encountered a missing directory and file linux/videodev.h.
Now I also had a problem in asterisk with a videodev.h file not found.
I symlinked ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h and asterisk found videodev.h.
Assuming that asterisk cannot find the avcodec header files of the libavcodec library of the ffmpeg package, and all the ffmpeg header files (in debian 11) are installed /usr/include/x86_64-linux-gnu/libavcodec/ I made a symbolic link to this directory with all the files in it, as the configure asterisk file requires : ln -s /usr/include/x86_64-linux-gnu/libavcodec/* /usr/include/ffmpeg/
This did not help, asterisk still does not see the symbolic link to avcodec, I think this leads to the primary messages :

    


    configure: ***
configure: *** The FFMPEG installation appears to be missing or broken.
configure: *** Either correct the installation, or run configure
configure: *** including --without-avcodec.


    


    The configure asterisk script checks for the presence of avcodec based on the contents of its three variables : FFMPEG_DIR, FFMPEG_INCLUDE, and FFMPEG_LIB makes sure it exists on the system.
If found, then
AST_FFMPEG_FOUND=yes
If any is empty -
AST_FFMPEG_FOUND=no
and a message is displayed
configure : *** The FFMPEG installation appears to be missing or broken.
This was answered on the asterisk.ru forum https://forum.asterisk.ru/viewtopic.php?f=3&t=23986
I seem to have studied everything, of course I didn’t understand something, but this information did not fully help me understand the problem.

    


    Please help.
Thank you !

    


  • Roadmap #3844 : Gérer la parenté dans la déclaration d’un objet éditorial.

    25 juin 2017, par Peet du

    À lire les tickets ici et retours sur le forum Dev, je ne vois que des demandes, attentes et retours positifs.

    On ajouterait juste les clés ’parent’ dans les définitions des tables adéquates (articles, rubriques, forums, autres ?)
    On ne touche pas au code pour l’instant, ça ne casse rien mais on a au moins une information utilisable.

    ben...go go go :)