Recherche avancée

Médias (91)

Autres articles (101)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • 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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (6799)

  • lavf/hls : fix memory leak in error handling path for option tmp

    13 septembre 2019, par Jun Zhao
    lavf/hls : fix memory leak in error handling path for option tmp
    

    fix memory leak in error handling path for option tmp.

    Reviewed-by : Steven Liu <lq@onvideo.cn>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavformat/hls.c
  • libavformat/hls : Reset options after open_url_keepalive() fails

    10 mars 2021, par Ed Martin
    libavformat/hls : Reset options after open_url_keepalive() fails
    

    open_url_keepalive() unsets the options when it uses them, this
    includes the offsets for the Range : header. When using the HLS
    tag #EXT-X-BYTERANGE along with multiple files, the range options
    must be preserved after open_url_keepalive() returns EOF so that
    the new file can be opened. Failure to do this results in ignoring
    the #EXT-X-BYTERANGE tag and reading the wrong bytes of the file.

    To fix it, reset the options before calling io_open() following
    open_url_keepalive() reaching EOF

    Reviewed-by : Steven Liu <liuqi05@kuaishou.com>

    • [DH] libavformat/hls.c
  • avformat/hlsenc : avformat/hlsenc : add error message for encrypt fmp4 mode

    16 avril 2018, par Steven Liu
    avformat/hlsenc : avformat/hlsenc : add error message for encrypt fmp4 mode
    

    and refine the warning message when use both hls_key_info_file and hls_enc

    Reviewed-by : Gyan Doshi <ffmpeg@gyani.pro>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c