Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (27)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

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

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (4196)

  • Handling camera to stream videos live in browser ?

    27 décembre 2016, par A Sahra

    I am working to stream videos live in my browser using PHP codeigniter what are the best suggestion to handle and pass the video to ffmpeg and ffserver as input ,is there a good javascript plugin beside using HTML5 as streamer.

  • could you please tell me the ffmpeg API used to bind the IP address to the socket

    12 avril 2018, par RAngadi

    could you please tell me the ffmpeg API used to bind the IP address to the socket.

    Using avformat, avcoded library APIs to record the stream.

  • lavu : use address-of operator checking clock_gettime

    8 décembre 2020, par Marvin Scholz
    lavu : use address-of operator checking clock_gettime
    

    When targeting a recent enough macOS/iOS version that has clock_gettime
    it won't be a weak symbol, in which case clang warns for this check
    as it's always true :

    warning : address of function 'clock_gettime' will always
    evaluate to 'true'

    This warning is silenced by using the address-of operator to make
    the intent explicit.

    • [DH] libavutil/time.c