Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (109)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (11917)

  • avformat/dashdec : drop arbitrary DASH manifest size limit

    3 septembre 2020, par Jan Ekström
    avformat/dashdec : drop arbitrary DASH manifest size limit
    

    Currently the utilized AVBPrint API is internally limited to unsigned
    integers, so if we limit the file size as well as the amount to read
    to UINT_MAX - 1, we do not require additional limiting to be performed
    on the values.

    This change is based on the fact that initially the 8*1024 value added
    in 96d70694aea64616c68db8be306c159c73fb3980 was only for the case where
    the file size was not known. It was not a maximum file size limit.

    In 29121188983932f79aef8501652630d322a9974c this was reworked to be
    a maximum manifest file size limit, while its commit message appears
    to only note that it added support for larger manifest file sizes.

    This should enable various unfortunately large MPEG-DASH manifests,
    such as Youtube's multi-megabyte live stream archives to load up
    as well as bring back the original intent of the logic.

    • [DH] libavformat/dashdec.c
  • avformat/dashenc : add an option to enable low latency Dash manifest

    4 octobre 2019, par James Almer
    avformat/dashenc : add an option to enable low latency Dash manifest
    

    In combination with the streaming option it constrains the value of a few elements,
    to prevet clients from buffering too much data before starting presentation.

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

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

    19 septembre 2015, 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 ?