Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (34)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (7663)

  • Identify if an RTSP Stream contains PPS and SPS information

    23 mai 2022, par Guru Govindan

    I am ingesting different kinds of security camera RTSP streams with gstreamer. In most of the cases I use a pipeline similar to this

    


    gst-launch-1.0 rtspsrc location=rtsp://<username:password@$rtspurl> protocols=4 name=rtspsrc0 rtspsrc0. ! rtph264depay ! tee name=t t.! queue ! hlssink2 name=ingest2 playlist-length=5 max-files=10 target-duration=2 playlist-location=stream.m3u8 location=segment_%d.ts


    


    However the Axis cameras do not seem to send SPS ansd PPS NALUs at all. In order to work around this problem I am having to use h264parse config-interval=-1 so that the SPS and PPS is inserted.

    


    I would like to identify which streams have the SPS PPS information and the add the H264parse accordingly.

    


    Is there a way in gstreamer, ffmpeg/ffprobe to identify if PPS, SPS is sent in the packets and then add the h264parse element dynamically ?

    


  • avformat/rtmppkt : Convert ff_amf_get_field_value() to bytestream2

    28 juillet 2017, par Michael Niedermayer
    avformat/rtmppkt : Convert ff_amf_get_field_value() to bytestream2
    

    Fixes : out of array accesses

    Found-by : JunDong Xie of Ant-financial Light-Year Security Lab
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/rtmppkt.c
  • avcodec/exr : Check tile positions

    17 août 2016, par Michael Niedermayer
    avcodec/exr : Check tile positions
    

    This also disabled the case of mixed x/ymin with tiles, the code
    handles these cases inconsistent for the 2 coordinate axis and is
    unlikely working correctly.

    Fixes crash
    Fixes : poc1.exr, poc2.exr

    Found-by : Yaoguang Chen of Aliapy unLimit Security Team
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/exr.c