Recherche avancée

Médias (91)

Autres articles (85)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • libavformat/dashdec : Fix issue with dash on Windows

    8 octobre 2020, par Christopher Degawa
    libavformat/dashdec : Fix issue with dash on Windows
    

    Use xmlFree instead of av_freep

    snip from libxml2 :

    * xmlGetProp :
    ...
    * Returns the attribute value or NULL if not found.
    * It's up to the caller to free the memory with xmlFree().

    According to libxml2, you are supposed to use xmlFree instead of free
    on the pointer returned by it, and also using av_freep on Windows will
    call _aligned_free instead of normal free, causing _aligned_free to raise
    SIGTRAP and crashing ffmpeg and ffplay.

    Signed-off-by : Christopher Degawa <ccom@randomderp.com>

    • [DH] libavformat/dashdec.c
  • avformat/dashenc : disable Resync elements when using DVB-DASH profile

    17 février 2020, par James Almer
    avformat/dashenc : disable Resync elements when using DVB-DASH profile
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/dashenc.c
  • FFMPEG convert live streaming m3u8 for mpeg-dash

    15 avril 2018, par Thiago Adriano

    How Can I create a gateway from live streaming m3u8 example http://srv6.zoeweb.tv:1935/z330-live/stream/playlist.m3u8 for mpeg-dash with FFMPEG for a player in player hhml5 ?