Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (107)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

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

Sur d’autres sites (8439)

  • avformat/http: Return EIO for prematurely broken connection

    27 juillet 2020, par Ulrik
    avformat/http: Return EIO for prematurely broken connection
    

    Currently, a prematurely broken connection normally leads to the same
    EOF, as a completed successful transfer. However, enabling reconnect
    changes this logic, and leads to the return of EIO.

    This patch unifies that logic, leading to the return of EIO for premature
    disconnect, regardless of setting of "reconnect".

    • [DH] libavformat/http.c
  • avformat/hls : forbid all protocols except http(s) & file

    13 janvier 2016, par Maxim Andreev
    avformat/hls : forbid all protocols except http(s) & file
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/hls.c
  • Java HTTP Live Stream segmenter

    26 mars 2012, par Luuk D. Jansen

    A few months ago when I looked into HTTP-live streaming I thought I found a Java Library which can act as the segmenter to create a HTTP Live Stream. However, I cannot find it back. Is there anybody who knows about a way to directly segment the files ?

    Or, with iOS 5, if there are any libraries yet which can create the m3u8 files from a set of encoded files without physical file segmentation ?

    I have a server running the (Java) Play Framework and will use FFMPEG (possibly in a Java wrapper) to encode and now look for something to create the playlist files.