Recherche avancée

Médias (91)

Autres articles (97)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6603)

  • avutil/pixdesc : ensure the component being read or writen to is valid

    18 octobre 2024, par James Almer
    avutil/pixdesc : ensure the component being read or writen to is valid
    

    If depth is 0, then the component is invalid/unset.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavutil/pixdesc.c
  • swresample/rematrix : Use error diffusion to avoid error in the DC component of the...

    15 mai 2016, par Michael Niedermayer
    swresample/rematrix : Use error diffusion to avoid error in the DC component of the matrix
    

    This fixes the sum of the integer coefficients ending up summing to a value
    larger than the value representing unity.

    This issue occurs with qN0.dts when converting to stereo

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

    • [DH] libswresample/rematrix.c
  • Identify per component latency on livestream services

    14 décembre 2023, par Ajay

    I am using below pipeline for livestreaming, I am able to find the end-to-end latency which is about 30-35s, is there a way I can identify per component latencies, like the latency at MediaLive and latency at MediaPackage ?

    &#xA;

    OBS (Open broadcast) --RTMP--> MediaLive --HLS-> MediaPackage --HLS--> Cloudfront -> video.js player&#xA;

    &#xA;