Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (46)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

Sur d’autres sites (8946)

  • LICENSE : Clarify —enable-nonfree.

    10 mai 2019, par Carl Eugen Hoyos
    LICENSE : Clarify —enable-nonfree.
    

    Using the configure option —enable-nonfree makes the resulting binary unredistributable.

    • [DH] LICENSE.md
  • How to connect to remote capture card through local PC on FFMPEG

    16 octobre 2022, par Hassan Khanafer

    I'm trying to connect to a capture card that is connected to my remote desktop through my local pc. The problem is that ffmpeg on my local pc can't seem to find the device after running this command :

    


    ffmpeg -list_devices true -f dshow -i dummy


    


    I've tried to allow device redirection on my Remote pc but it doesn't seem to work. Any suggestions on how I can connect to the capture card on my local PC ?

    


  • Restricting credit card validator to include length check. Closes gh-772

    25 juin 2013, par DelvarWorld
    Restricting credit card validator to include length check. Closes gh-772
    

    Without this, '41111' is considered a valid credit card number.