Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (84)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (9136)

  • avformat/matroskadec : Check parents remaining length

    13 février 2019, par Steve Lhomme
    avformat/matroskadec : Check parents remaining length
    

    This was found through the Hacker One program on VLC but is not a security issue in libavformat
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/matroskadec.c
  • ffmpeg on the fly switch video from rtsp stream

    31 juillet 2021, par John Williamson

    I have a nest doorbell which provides a video stream via rtsp but for security the url is valid for just 4 minutes at which point a new url is provided i.e.

    &#xA;

    15:25 - rtsps://stream-eu1-delta.dropcam.com:443/sdm_live_stream/CiQA2.....&#xA;15:29 - rtsps://stream-eu1-delta.dropcam.com:443/sdm_live_stream/vY8pB.....&#xA;

    &#xA;

    I'm able to play the individual streams to a rtsp-simple-server using

    &#xA;

    ffmpeg -nostdin  -i  rtsps://stream-eu1-delta.dropcam.com:443/sdm_live_stream/CiQA2.... -q:v 1 -f rtsp rtsp://localhost:8554/live&#xA;

    &#xA;

    But is there any way to switch to the latest url on the fly ? I've looked at ffmpeg concate but this requires files. I don't really care about freezing or black between the switching, only that the output stream should remain open.

    &#xA;

    ffmpeg version 4.2.4-1ubuntu0.1 running on Ubuntu 20.04.2 LTS

    &#xA;

  • add tools/compare-cvelists.sh

    23 février, par Michael Niedermayer
    add tools/compare-cvelists.sh
    

    This compares the MITRE CVE list with our webpage security list and
    produces a diff, so people can investigate, fix, backport and correct
    differences

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/compare-cvelists.sh