Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (96)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (8089)

  • avcodec/hevcdec : Replace number with enum

    27 mars 2023, par Fei Wang
    avcodec/hevcdec : Replace number with enum
    

    Keep same style with IS_IDR()/IS_BLA().

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] libavcodec/hevcdec.h
  • avcodec/vaapi_encode_h265 : fix missing slice_block_cols assignment

    19 septembre 2024, par Marvin Scholz
    avcodec/vaapi_encode_h265 : fix missing slice_block_cols assignment
    

    Instead of assigning to unit_opts.slice_block_cols, the slice_block_cols
    value from the context was incorrectly assigned to slice_block_rows.

    Regression from 12f158ca8f2ecc172f27569af88426d0e39ce995

    Fixes CID1619479 Unused value

    Reviewed-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] libavcodec/vaapi_encode_h265.c
  • How to switch content of ffmpeg rtmp stream whilst streaming continues ?

    9 juin 2020, par re0603

    I am currently re-streaming an online stream to my server - using RTMP.

    &#xA;&#xA;

    There is another online stream that I also want to re-stream to the same RTMP destination, when certain events occur.

    &#xA;&#xA;

    How do I programatically switch the content of the stream without ending the RTMP stream of the first source ? I do not want the stream to go offline whilst I switch content.

    &#xA;