Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (104)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The 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 (...)

Sur d’autres sites (4057)

  • Revision 16236 : icones ok et warning

    22 septembre 2010, par cedric@… — Log

    icones ok et warning

  • Anomalie #4107 (Nouveau) : Warning Zend OPcache

    2 mars 2018, par Mathieu L

    Je travaille sur un serveur qui n’est pas le mien (que je n’ai pas configuré et sur lequel je n’ai pas la main), désolé si cette demande n’est pas suffisamment précise.

    OPcache est activé sur le serveur, le formulaire de login à /ecrire/ me renvoie le warning suivant :

    Warning : Zend OPcache API is restricted by "restrict_api" configuration directive in /srv/users/xxx/apps/yyy/public/ecrire/inc/flock.php on line 468
    


    Impossible ensuite de se connecter (headers already sent).
    En rendant silencieux l’appel à l’invalidation d’OPcache ça fonctionne.

    @opcache_invalidate($filepath, true) ;
  • How can resolve deprecated api warning in ffmpeg ? [closed]

    8 juillet 2023, par Anant Patel

    Currently I am using below mentioned ffmpeg api in application, but compiler showing "deprecated api" warning

    


      

    1. av_init_packet()
    2. 


    3. av_bitstream_filter_init()
    4. 


    5. av_bitatream_filter_close()
    6. 


    


    Which api can be use to replace above deprecated api.