Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (87)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

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

  • How to force to work Vitamio on targetsdk more than 23 ?

    21 novembre 2016, par Alex D.

    I really need to use vitamio player, but i have target sdk 23 (or higher). When i try to use - it say to me

    LOAD FFMPEG ERROR: dlopen failed: /.../lib/arm/libffmpeg.so: has text relocations

    So, how i can to use this video player on 23 target sdk ?

  • RTSP authentification through ffmpeg/ffplay doesn't work because of special symbols in the password

    26 octobre 2018, par Eugene Mart

    I have run into a problem while trying to receive a video from an IP-camera using ffplay.

    My rtsp request looks like this : rtsp ://login:M3%LOL$KEKfp@x.x.x.x/path/to/media.amp

    And ffplay/ffmpeg returns an 401 Unauthorized error code. I am absolutely sure that the credentials are correct. The problem is caused by the password (M3%LOL$KEKfp), which consists of special symbols like %, and #. Is there any way to make it work without changing the password ?

    I tried using quote marks like this ffplay "rtsp ://login:M3%LOL$KEKfp@x.x.x.x/path/to/media.amp", and it didn’t have any ideas ?

    PS : I’m using windows. Tried both CMD and PowerShell

  • Revision f297504f2d : Re-work configure interface for encoding based on external mi This commit refin

    14 juillet 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/vp9_cx_iface.c


     Modify /vpx/vpx_encoder.h


     Modify /vpxenc.c



    Re-work configure interface for encoding based on external mi

    This commit refines the configuration interface for encoding
    process based on external mode info. It allows the vpxenc to read
    the external file name from command line, and to produce warning
    message when necessary.

    Change-Id : I109d02ea9e6e418d00378d512ed9ab9bb0770dbd