Recherche avancée

Médias (0)

Mot : - Tags -/acrobat

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

Autres articles (68)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (10756)

  • What is the most efficient way to broadcast a live stream ? [closed]

    3 août 2020, par Harsh

    I want to build a live streaming system for a classroom. The amount on information on this subject is so confusing. These are the features/requirements that I want to have in my app :

    


      

    1. Room type system.
    2. 


    3. One teacher - N students (N<200).
    4. &#xA;

    5. Broadcast video/audio. This needs to be only 1 way. (1T ---> 200S)
    6. &#xA;

    7. Audio chat should be possible if a teacher allows a student to speak.
    8. &#xA;

    9. Need not to record the session, though it would be a great feature to have.
    10. &#xA;

    &#xA;

    Now, from my research I have established there are many ways to go about it. The best one to me seems using WebRTC. In that case I do not have to worry about the platform that much.&#xA;WebRTC needs a STUN/TURN server, that can be easily set-up using the coturn project.&#xA;I'll also need a SFU which forwards my stream to the client, like Janus or Mediasoup.&#xA;But that's where I'm getting confused.

    &#xA;

    Can I not directly use a live stream, send it to the server, transcode it in real time using ffmpeg to HLS/DASH and publish it to a S3 bucket from where the users can access it. Wouldn't that be more efficient and able to handle much more students easily.

    &#xA;

    For the audio part I could just use the p2p functionality of webrtc in the browser itself, so no need to route that through the server.

    &#xA;

    That is how far I've come to understand the system. I still don't completely understand how SFU works and I'm confused about how many live streams can one server handle (say a 4C/8GB). Or if using ffmpeg on VPS is a bad thing and I should use the AWS services instead ?

    &#xA;

    Can someone please help me understand this ?

    &#xA;

    Thanks !

    &#xA;

  • RTSP Live Streaming in iOS

    19 février 2015, par Ashok Londhe

    How to create Live Streaming ip camera using RTSP Protocol. To connect to ip Camera use ip address of camera , Username and Password.
    if anyone know how to do it please give the solution.

    i have search more then i understand ios not directly support the RTSP Live streaming so that first RTSP is Converted into Http Streaming.
    OR
    use ffmpeg Library but i don’t know how to use it.

    Thanks in Advance...!!!

  • avformat : Free the internal codec context at the end

    11 avril 2017, par Luca Barbato
    avformat : Free the internal codec context at the end
    

    Avoid a use after free in avformat_find_stream_info.

    CC : libav-stable@libav.org

    • [DBH] libavformat/utils.c