
Recherche avancée
Médias (91)
-
DJ Z-trip - Victory Lap : The Obama Mix Pt. 2
15 septembre 2011
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (59)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Les sons
15 mai 2013, par -
Creating farms of unique websites
13 avril 2011, parMediaSPIP 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 -
FFMPEG convert RTSP to MPEG-TS with constant size packets [closed]
15 août 2024, par Zimri LeisherI have an RTSP stream which I want to convert, via FFMPEG, to an MPEG-TS stream with constant size UDP packets.
I have played around with many FFMPEG options and the closest one I've found so far is this :

ffmpeg -i rtsp://localhost:123 -f rtp_mpegts udp://localhost:456

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.

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 ?

ffmpeg -i rtsp://localhost:123 -f rtp_mpegts udp://localhost:456

-> packets with Len=1328
ffmpeg -i rtsp://localhost:123 -f mpegts udp://localhost:456?pkt_size=1316

-> packets with lengths from 220-1348 (1-7 MPEG-TS packets)

-
Revision 71701f3d40 : Align frame size to 8 instead of 16. Change-Id : Ic606ef1b31e49963a779455a1e010a
8 juin 2013, par Ronald S. BultjeChanged 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