Recherche avancée

Médias (91)

Autres articles (81)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • 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

Sur d’autres sites (8566)

  • avformat/options_table : Set the default maximum number of streams to 1000

    10 décembre 2016, par Michael Niedermayer
    avformat/options_table : Set the default maximum number of streams to 1000
    

    Fixes CVE-2016-9561, Note the security relevance of this is disputed as
    running out of memory can happen with valid files

    Suggested-by : Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
    Reviewed-by : Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/options_table.h
  • Recommendations for Open Source Webinar Platforms Supporting 1000+ Users [closed]

    28 janvier, par Firas Ben said

    I am looking for an open-source webinar platform capable of hosting 1000+ concurrent users. My primary requirements are :

    &#xA;

      &#xA;
    • Scalability to handle large audiences seamlessly.
    • &#xA;

    • Support for features like video streaming, screen sharing, and chat functionality.
    • &#xA;

    • Compatibility with modern technologies such as RTMP and HLS.
    • &#xA;

    • Extensibility to integrate with other tools or APIs.
    • &#xA;

    &#xA;

    I’ve come across platforms like BigBlueButton but it cannot handle a great number of users in a session, so I’d like to know if there are other options available.

    &#xA;

  • Why do I get a r_frame_rate of 1000/1 in ffmpeg for videos when using MediaRecorder to record getDisplayMedia ?

    6 avril 2023, par David Krause

    Each time I download a video from a jsfiddle that I created the r_frame_rate is reported as 1000/1. However, I set the frameRate constraint to :&#xA;{ ideal: 30, max: 60}. When the stream object is logged in the console, the frame rate is 30.

    &#xA;

    When I process the downloaded video with ffmpeg the output shows the r_frame_rate as 1000/1.

    &#xA;

    This is the ffmpeg command that I am using :

    &#xA;

    ffprobe -i <video input="input" source="source" here="here"> -show_streams -of json &#xA;</video>

    &#xA;