Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (81)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

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

Sur d’autres sites (5285)

  • ffmpeg libav : Any way to set stream info in an input format instead of searching for it ?

    26 octobre 2019, par Tricky Widget

    I’m writing a player for an RTMP stream using the ffmpeg API. I know the usual way to get the stream info into an input format is with avformat_find_stream_info. And that works. However, because it’s RTMP it takes a long time for it to scan enough of the stream to pick up the info. I’ve played with max_analyze_duration and probesize and it’s a bit better, but it still takes 10-15 seconds to load. That’s way too long for my application.

    But I’m the one making the stream on the other end, so I know exactly what’s in it. It seems like it would make more sense for me to tell the input format what the stream info is rather than asking it to search for it. But I can’t find any examples of this, and my attempts to use avformat_new_stream with an input format aren’t working.

    Does anyone know if this is possible ? And if so, could you point me in the direction of how ?

    Thanks !

  • avformat/mpegts : add scan_all_pmts option

    4 novembre 2014, par Michael Niedermayer
    avformat/mpegts : add scan_all_pmts option
    

    This allows selecting if the demuxer should consider all streams to be
    found after the first PMT and add further streams during decoding or if it rather
    should scan all that are within the analyze-duration and other limits

    Fixes Ticket3762

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mpegts.c
  • ffserver_config : check strchr() return for NULL

    8 décembre 2014, par Reynaldo H. Verdejo Pinochet
    ffserver_config : check strchr() return for NULL
    

    Should fix FFmpeg Coverity Scan issue #1257013

    Signed-off-by : Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>

    • [DH] ffserver_config.c