Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (51)

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

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

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

  • avformat : add demuxer for Simon & Schuster Interactive's VAG format

    6 février 2020, par Zane van Iperen
    avformat : add demuxer for Simon & Schuster Interactive's VAG format
    

    Adds support for the custom VAG container used by some Simon & Schuster
    Interactive games such as Real War, and Real War : Rogue States.

    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/kvag.c
    • [DH] libavformat/version.h
  • avformat/wvdec : Export version as extradata

    26 mars 2020, par Andreas Rheinhardt
    avformat/wvdec : Export version as extradata
    

    It might be used by the Matroska muxer. This is also the reason why the
    FATE-tests for muxing WavPack into Matroska needed to be updated : They
    now write the correct version 4.07 and not 4.03 as before.

    Reviewed-by : David Bryant <david@wavpack.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/wvdec.c
    • [DH] tests/fate/wavpack.mak
  • 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