
Recherche avancée
Médias (91)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (56)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Publier sur MédiaSpip
13 juin 2013Puis-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 -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (4243)
-
Anomalie #2689 (Nouveau) : Plus possible de "Répondre à ce message" en public ?
5 mai 2012, par Piero WbmstrSauf 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 MikhailMy 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 :)