Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (109)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (14974)

  • MAINTAINERS : Add some maintainers for parts of libavutil

    4 août 2013, par Michael Niedermayer
    MAINTAINERS : Add some maintainers for parts of libavutil
    

    Developers added are active and in the copyright of the specified files,

    If anyone wants to maintain anything else, send a patch that adds you to
    MAINTAINERS.

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

    • [DH] MAINTAINERS
  • memory leak on FFMPEG RTSP streams ?

    1er août 2024, par user3260912

    I have been having an issue recently where I have several IP cameras set up and running. Every so often, one of the streams will lock the entire virtual machine it is running in up. Looking at top, Ffmpeg is using 86% of 64 GB of RAM when the machine locks up. Yes, I realize my IP camera password&#xA;enter image description here

    &#xA;

    As you can see from the screenshot, the RTSP stream process is using 51 GB of RAM to pull the images to a jpeg file.

    &#xA;

    Any ideas if this is a known issue ?

    &#xA;

    ffmpeg version 4.4.2-0ubuntu0.22.04.1+esm4 Copyright (c) 2000-2021 the FFmpeg developers

    &#xA;

  • MPV -when playing two identical rtsp streams at the same time, one of them stops playing

    15 novembre 2022, par xzf361

    I utilize mpv to play rtsp stream, when I execute the following command for the first time, rtsp plays fine.&#xA;mpv rtsp ://192.168.1.217:554/stream1&#xA;When I execute the same command above for the second time, the first playback window will stop playing, but the second playback window will play normally.&#xA;why is that ?

    &#xA;

    ubuntu20.04&#xA;mpv 0.32.0 Copyright © 2000-2020 mpv/MPlayer/mplayer2 projects&#xA;built on UNKNOWN&#xA;ffmpeg library versions :&#xA;libavutil 56.31.100&#xA;libavcodec 58.54.100&#xA;libavformat 58.29.100&#xA;libswscale 5.5.100&#xA;libavfilter 7.57.100&#xA;libswresample 3.5.100&#xA;ffmpeg version : 4.2.7

    &#xA;