Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (85)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (13253)

  • 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 ?