Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (89)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (7546)

  • Recover h264 stream from gstreamer written to disk after h264parse step

    3 juillet 2023, par nioroso

    I have some files that were written to disk after the following pipeline :

    


    libcamera-vid -t 0 -n -o - | gst-launch1.0 fdsrc fd=0 ! h264parse config-interval=-1 ! tee name=output .output ! queue ! rtph264pay ! udpsink host=127.0.0.1 port=5600 .output ! queue ! filesink location=/video/$(date).h264 


    


    The problem is the pipeline is wrong, h264parse should have been before rtph264pay and now the file outputs are all invalid h264 bytestreams and I cant read them. The correct pipeline works fine and the h264 files are in the correct format for ffmpeg etc, but I need to recover the wrong format files.

    


    I tried the following pipelines but none where able to find valid data :

    


    gst-launch-1.0 filesrc location=./test.h264 ! decodebin ! avdec_h264 ! fakesink
gst-launch-1.0 filesrc location=./test.h264 ! h264parse ! avdec_h264 ! fakesink


    


    also ffmpeg cannot read this output file. Is there any way to recover these files ?

    


    Hexdump of some of the starting bytes of the file, in case its useful :

    


    00000000  00 00 00 25 27 64 00 28  ac 2b 40 28 83 df dc 20
00000010  00 00 03 00 20 00 00 03  01 5c 94 00 04 c4 b0 00
00000020  0b eb cd ef 70 0f 12 26  a0 00 00 00 05 28 ee 06
00000030  f2 c0 00 01 ef 3b 25 88  80 4f 89 47 d2 7b aa 73


    


  • lavf : add a protocol whitelist/blacklist for file opened internally

    20 janvier 2016, par Anton Khirnov
    lavf : add a protocol whitelist/blacklist for file opened internally
    

    Should make the default behaviour safer for careless callers that open
    random untrusted files.

    Bug-Id : CVE-2016-1897
    Bug-Id : CVE-2016-1898

    • [DBH] doc/APIchanges
    • [DBH] libavformat/avformat.h
    • [DBH] libavformat/aviobuf.c
    • [DBH] libavformat/options.c
    • [DBH] libavformat/options_table.h
    • [DBH] libavformat/rtsp.c
    • [DBH] libavformat/rtspdec.c
    • [DBH] libavformat/sapdec.c
    • [DBH] libavformat/sapenc.c
    • [DBH] libavformat/smoothstreamingenc.c
    • [DBH] libavformat/version.h
  • avformat : Add a protocol blacklisting API

    3 mars 2016, par Derek Buitenhuis
    avformat : Add a protocol blacklisting API
    

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] Changelog
    • [DH] doc/APIchanges
    • [DH] libavformat/async.c
    • [DH] libavformat/avformat.h
    • [DH] libavformat/avidec.c
    • [DH] libavformat/avio.c
    • [DH] libavformat/avio.h
    • [DH] libavformat/avio_internal.h
    • [DH] libavformat/aviobuf.c
    • [DH] libavformat/cache.c
    • [DH] libavformat/concat.c
    • [DH] libavformat/concatdec.c
    • [DH] libavformat/crypto.c
    • [DH] libavformat/ftp.c
    • [DH] libavformat/gopher.c
    • [DH] libavformat/hls.c
    • [DH] libavformat/hlsproto.c
    • [DH] libavformat/http.c
    • [DH] libavformat/icecast.c
    • [DH] libavformat/internal.h
    • [DH] libavformat/md5proto.c
    • [DH] libavformat/mmst.c
    • [DH] libavformat/mpeg.c
    • [DH] libavformat/options.c
    • [DH] libavformat/options_table.h
    • [DH] libavformat/rdt.c
    • [DH] libavformat/rtmpcrypt.c
    • [DH] libavformat/rtmpproto.c
    • [DH] libavformat/rtpdec_asf.c
    • [DH] libavformat/rtpproto.c
    • [DH] libavformat/rtsp.c
    • [DH] libavformat/rtspdec.c
    • [DH] libavformat/sapdec.c
    • [DH] libavformat/sapenc.c
    • [DH] libavformat/smoothstreamingenc.c
    • [DH] libavformat/srtpproto.c
    • [DH] libavformat/subfile.c
    • [DH] libavformat/tls.c
    • [DH] libavformat/tls_securetransport.c
    • [DH] libavformat/url.h
    • [DH] libavformat/utils.c
    • [DH] libavformat/version.h