Recherche avancée

Médias (1)

Mot : - Tags -/embed

Autres articles (42)

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

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

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

Sur d’autres sites (11787)

  • libavformat/hls : add an option to start from a given segment in a live stream

    29 mars 2015, par Rodger Combs
    libavformat/hls : add an option to start from a given segment in a live stream
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/hls.c
  • centos FFmpeg when I am using exec_static it shows only 1 minute live stream

    7 janvier 2020, par DAVIT TSILOSANI

    Hello I am using Centos 7 Ngnix RTMP module
    and I am using FFmpeg also

    When I am streaming using console

    Using that command

    ffmpeg -re -i http://website......./index.m3u8 -vcodec libx264
    -vprofile baseline -g 30 -acodec aac -strict -2 -f flv rtmp ://localhost/show/stream5

    Everything is fine,
    stream is broadcasting live

    but when I put it into Ngnix

    such as

    exec_static ffmpeg -re -i website......./index.m3u8 -vcodec libx264
    -vprofile baseline -g 30 -acodec aac -strict -2 -f flv rtmp ://localhost/show/stream5

    It only shows 1 minute live stream after reloading, it starts over and over and over

    Can u tell me what can I do to solve it ?

  • 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;