Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (72)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (9434)

  • lavf/matroskaenc : Fix Cues on Audio for WebM DASH

    6 juin 2014, par Vignesh Venkatasubramanian
    lavf/matroskaenc : Fix Cues on Audio for WebM DASH
    

    Fix a change that was broken by [1]. Cues must be added for audio frames
    on cluster start for WebM when the DASH flag is passed. Restoring
    correct functionality.

    [1] http://goo.gl/xYLq7Z

    Signed-off-by : Vignesh Venkatasubramanian <vigneshv@google.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/matroskaenc.c
  • MPEG-DASH Encoding for Live Streaming

    16 mai 2016, par Mcp

    I want to do encode a live stream for MPEG-DASH in various bitrates and resolutions for live playback.

    Everything I found so far either uses only the source resolution (Nimble, nginx-rtmp-module) or seems to be only for VOD streaming(DASHEncoder).

    Is it possible to use DASHEncoder with a live input (rtmp stream) and how would I do that ?
    If not, is it possible to use nginx-rtmp + ffmpeg for what I want to do ?

  • How to convert hls or dash to mp4 on node then download the mp4 from React Native ?

    26 octobre 2022, par youcef ben

    I couldn't find a way to download dash and hls in our React Native app (Similar to how you download a movie on Netflix) so I'm wondering if it's possible to send the url to node js and convert it to mp4 using ffmpeg then send the mp4 back to the app and download it.

    &#xA;