Recherche avancée

Médias (0)

Mot : - Tags -/images

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

Autres articles (78)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (4721)

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

  • Anomalie #3504 : anomalie dans cvt_autosave : les purges ne se font pas

    22 juillet 2015, par b b

    Je viens de tester sur une 3.1, et mon fichier de session est bien mis à jour quand je poste un commentaire das un forum (la partie autosave n’y est plus présente une fois le message posté). Du coup j’ai un doute, tu es certain qu’il y a un bug ? Tu observes des fichiers de session qui conservent la partie autosave de ton côté ?