
Recherche avancée
Autres articles (102)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Liste des distributions compatibles
26 avril 2011, parLe tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP 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 (...)
Sur d’autres sites (10257)
-
avformat : add a Tile Grid stream group type
22 janvier 2024, par James Almeravformat : add a Tile Grid stream group type
This will be used to support tiled image formats like HEIF.
Signed-off-by : James Almer <jamrial@gmail.com>
-
Anomalie #3209 : Permettre de supprimer les fusions (group by) explicitement
29 juin 2016, par RastaPopoulos ♥Bon, 2 ans que je l’utilise régulièrement de temps à autre, je l’ai ajouté à Bonux pour le moment, du coup :
http://zone.spip.org/trac/spip-zone/changeset/98598 -
rtp packet loss handling in ffmpeg
1er avril 2014, par DSGI am working on rtsp player. I am using live555 as a rtsp client library. In some cases or lets say in weak network I am getting a rtp packet loss. Which causes a jitter effect in video. This is because of I-frame loss in H.264 video. But this effect is not visible if used ffmpeg as a rtp packet receiver. So right now I have started comparison between live555 and ffmpeg rtp packet hadnling and packet loss handling.
In ffmpeg library I found this api
int rtp_valid_packet_in_sequence(RTPStatistics *s, uint16_t seq)
in filertpdec.c
.Can somebody please explain me roll of this function in packet loss handling ?
or
Else can anybody explain how ffmpeg handle h.264 packet loss ?
Does ffmpeg drops entire frame if I-frame is lost ?
Any help will appreciated.
Thank You.