Recherche avancée

Médias (91)

Autres articles (41)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • 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

Sur d’autres sites (7620)

  • 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 :)