Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (104)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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

  • avformat/frmdec : Simplify finding pixel format

    1er mars 2021, par Andreas Rheinhardt
    avformat/frmdec : Simplify finding pixel format
    

    The fourccs used by the Megalux Frame format to determine the pixel
    format are actually no fourccs at all as they are a single byte.
    Furthermore, their range is continuous (1-5), so they are actually
    ordinary indices. So treat them as such and don't use PixelFormatTags
    for them.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/frmdec.c
  • avfilter/af_headphone : Simplify finding channel index

    27 août 2020, par Andreas Rheinhardt
    avfilter/af_headphone : Simplify finding channel index
    

    Before this commit, the headphone filter called
    av_channel_layout_extract_channel() in a loop in order to find out
    the index of a channel (given via its AV_CH_* value) in a channel layout.
    This commit changes this to av_get_channel_layout_channel_index()
    instead.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavfilter/af_headphone.c
  • Implementing Live Streaming Webinar Architecture - Need Guidance

    21 septembre 2023, par vishnugpl

    Question : I'm working on a project to implement a live streaming webinar platform, and I'm looking for guidance on the architecture and technologies to use. I have some specific requirements and constraints, and I'd appreciate any advice or pointers on how to get started.

    &#xA;

    Context :&#xA;I'm tasked with building a live streaming webinar platform from scratch for our organization. Here are some key requirements and constraints :

    &#xA;

      &#xA;
    1. Live Video Streaming : We need to support live video streaming for&#xA;webinars, workshops, and conferences. Low latency is crucial for&#xA;real-time interaction between presenters and attendees.

      &#xA;

    2. &#xA;

    3. Scalability : The platform should be able to handle a large number of concurrent attendees, potentially thousands or more,&#xA;without compromising performance.

      &#xA;

    4. &#xA;

    5. Security : Security is a top priority. We need to ensure that only authorized users can access the webinars, and we must protect&#xA;against unauthorized recording or distribution of the content.

      &#xA;

    6. &#xA;

    7. User Interaction : Attendees should be able to ask questions, participate in polls, and interact with presenters in real-time.

      &#xA;

    8. &#xA;

    9. Recording and Playback : We also want to provide recorded versions of past webinars for on-demand viewing (HLS).

      &#xA;

    10. &#xA;

    &#xA;

    Current Tech Stack :

    &#xA;

      &#xA;
    • Frontend : React
    • &#xA;

    • Backend : Node.js with Express
    • &#xA;

    • Database : MongoDB
    • &#xA;

    • Cloud Hosting : AWS
    • &#xA;

    &#xA;

    Questions :

    &#xA;

      &#xA;
    • What technologies or services are best suited for handling live video streaming with low latency ?

      &#xA;

    • &#xA;

    • How can I ensure scalability in terms of both video streaming and handling a large number of users ?

      &#xA;

    • &#xA;

    • What security measures should I consider to protect the content and user data ?

      &#xA;

    • &#xA;

    • Are there any recommended frameworks or libraries for building interactive features like real-time chat and polling ?

      &#xA;

    • &#xA;

    • What's the best approach for recording and serving on-demand webinar content ?

      &#xA;

    • &#xA;

    &#xA;

    Additional Information :

    &#xA;

      &#xA;
    • Budget is a consideration, so cost-effective solutions are preferred.

      &#xA;

    • &#xA;

    • Any open-source or third-party tools that can simplify development are welcome.

      &#xA;

    • &#xA;

    • I have experience with AWS, but I'm open to other cloud providers if they offer advantages for this project.

      &#xA;

    • &#xA;

    &#xA;