Recherche avancée

Médias (91)

Autres articles (69)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7119)

  • avcodec : stop using deprecated codec flags

    26 mars 2017, par James Almer
    avcodec : stop using deprecated codec flags
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/aaccoder.c
    • [DH] libavcodec/aaccoder_twoloop.h
    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacpsy.c
    • [DH] libavcodec/clearvideo.c
    • [DH] libavcodec/pngenc.c
    • [DH] libavcodec/psymodel.h
    • [DH] libavcodec/snowenc.c
    • [DH] libavcodec/xpmdec.c
  • ffplay does not play hls continuously and it stop after a few first segments

    31 mai 2023, par LeXela-ED

    I am using the following command to read a RTSP stream from an IP camera and record it as HLS :

    &#xA;

    ffmpeg -i rtsp://<user>:<password>@<ip>:<port> -c:v copy -c:a copy -hls_segment_type mpegts -segment_list_type m3u8 -hls_list_size 5 -hls_wrap 5 -hls_time 5 -hls_flags split_by_time -segment_time_delta 1.00 -start_number 1 -segment_list live -reset_timestamps 1 -movflags faststart live.m3u8</port></ip></password></user>

    &#xA;

    However, while I am using ffplay as ffplay -i live.m3u8, it only plays a few first segments. Even VLC does play a few first segments too ! What am I missing ? shall I change my ffmpeg command or what ?

    &#xA;

    Thank you all in advance.

    &#xA;

  • avformat_find_stream_info().. How to stop this method ?

    11 mai 2012, par mmmaaak

    While working with ffmpeg i use avformat_find_stream_info()... in some situations there is an error output, like :

    [mjpeg @ 17b80a40] Found EOI before any SOF, ignoring
    [mjpeg @ 17b80a40] No JPEG data found in image
    [mjpeg  17b80a40] No JPEG data found in image
    [mjpeg @ 17b80a40] Found EOI before any SOF, ignoring
    [mjpeg @ 17b80a40] No JPEG data found in image
    [mjpeg @ 17b80a40] Found EOI before any SOF, ignoring
    [mjpeg @ 17b80a40] No JPEG data found in image
    [mjpeg @ 17b80a40] Found EOI before any SOF, ignoring

    and so on.. And it doesn't return any value. It outputs it in it's own loop. How can I breake this loop in this case ???