Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (91)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

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

Sur d’autres sites (21004)

  • avformat/oggdec : Check for av_malloc() failure and forward the error code

    22 février 2015, par Michael Niedermayer
    avformat/oggdec : Check for av_malloc() failure and forward the error code
    

    Fixes CID1257805

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

    • [DH] libavformat/oggdec.c
  • ffmpeg forward hls stream

    7 juillet 2016, par gemisoft

    I am trying to forward HLS stream to server via RTSP. On the server, it will be transcoded to the multiple bitrate streams so a wide range of users can watch stream.

    To achieve this, I am using ffmpeg.

    1. Should I stream to my server in best quality because my server will do transcoding to lower bitrate streams ?
    2. I am using this command :

      ffmpeg -i http://vevoplaylist-live.hls.adaptive.level3.net/vevo/ch1/appleman.m3u8 -c:v libx264 -preset veryfast -maxrate 2000k -bufsize 2000k -g 60 -c:a aac -b:a 96k -ac 2 -ar 44100 -f rtsp -muxdelay 0.1 rtsp ://username:password@95.138.139.123:1935/live/myStream

    But my stream is pixelated on some moments like on the picture :
    Pixelated stream
    How can I fix that ?

    1. Is there some better method to achieve this ?

    Here is log file from ffmpeg.
    Log file

  • checkasm/riscv : add forward-edge CFI landing pads

    22 juillet 2024, par Rémi Denis-Courmont
    checkasm/riscv : add forward-edge CFI landing pads
    
    • [DH] tests/checkasm/riscv/checkasm.S