Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (39)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (8079)

  • How to call ffmpeg of remote server with java

    16 août 2018, par user9151542

    I need to complete an interface in Java to implement video upload and compression.
    The compressed video can be played directly on the browser.I tried to install ffmpeg locally and use java to call, which is able to implement this function. But I don’t know how to call ffmpeg on a remote server

  • How can I broadcast my webrtc (many to many) call using rtmp [closed]

    19 avril 2021, par Divyansh Agarwal

    I am building a application which helps us to broadcast many to many video call to youtube/twitch which uses RTMP to broadcast. So I need to convert my webrtc (many to many) call to RTMP.

    


    I have created a simple video conferencing app using webrtc in Node.js and now I want to convert all the streams in a particular room to RTMP stream and publish it to any platform supporting RTMP.

    


    Can I use ffmpeg for this purpose ? If yes then how could I do it ?

    


  • Record the whole webrtc call in nodejs and stream it into rtmp

    31 juillet 2023, par Matrix 404

    I have a simple peer-to-peer video chat using PeerJS, and I want to stream the entire call to an RTMP server. Do you have any ideas on how to achieve this ? I'm particularly interested in understanding how platforms like StreamYard work on the backend.

    


    The main goal is to stream the video call to an RTMP server.