Recherche avancée

Médias (91)

Autres articles (59)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Les sons

    15 mai 2013, par
  • 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" (...)

Sur d’autres sites (3869)

  • libavformat/mpegts : expose raw packet size

    31 janvier 2014, par Leandro Dorileo
    libavformat/mpegts : expose raw packet size
    

    We cannot easily determine if an mpeg TS’s packet size is DVHS, FEC
    or so on, for that we need to expose the internal raw_packet_size
    field.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavformat/mpegts.c
  • FFMPEG convert RTSP to MPEG-TS with constant size packets [closed]

    15 août 2024, par Zimri Leisher

    I have an RTSP stream which I want to convert, via FFMPEG, to an MPEG-TS stream with constant size UDP packets.&#xA;I have played around with many FFMPEG options and the closest one I've found so far is this :&#xA;ffmpeg -i rtsp://localhost:123 -f rtp_mpegts udp://localhost:456&#xA;This produces a stream of packets of size 1328, which is equivalent to 7 MPEG-TS packets (188 bytes each) plus a 12-byte RTP header. However, I don't want to have an RTP header. I could remove this programmatically but I'd rather figure out how to get FFMPEG to do it properly.

    &#xA;

    I haven't been able to find a combination of options which results in constant-size packets with the -f mpegts option. How do I tell the muxer how many MPEG-TS packets I want in each UDP packet ?

    &#xA;

    ffmpeg -i rtsp://localhost:123 -f rtp_mpegts udp://localhost:456&#xA;-> packets with Len=1328&#xA;ffmpeg -i rtsp://localhost:123 -f mpegts udp://localhost:456?pkt_size=1316&#xA;-> packets with lengths from 220-1348 (1-7 MPEG-TS packets)

    &#xA;

  • Revision 71701f3d40 : Align frame size to 8 instead of 16. Change-Id : Ic606ef1b31e49963a779455a1e010a

    8 juin 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/common/vp9_alloccommon.c


     Modify /vp9/common/vp9_common.h


     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/vp9_iface_common.h


     Modify /vpx_scale/generic/yv12config.c



    Align frame size to 8 instead of 16.

    Change-Id : Ic606ef1b31e49963a779455a1e010a9ebb0f3f1f