Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (53)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

Sur d’autres sites (9219)

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