
Recherche avancée
Autres articles (34)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPré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 ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (4280)
-
how does decoder handle media packet lose/out of order/repeat ?
20 mai 2021, par woderthis might not be a good question, because it is big, but sincerely, I want to get the overall knowledge of Quality guarantee of video communication:


we know it media packet will
lose
orout of order
orrepeat
in network realtime communication :

In transport layer, assume that we use rtp to transport media and rtcp to control and feedback ; we can use a buffer to save rtp packets, so we can reorder packets by rtp sequence to solve problem
out of order
, and filter repeat packets to solverepeat
, use rtcp packet to tell the sender that I have lost rtp packet of sequence xxx to solvelose
;

But I have a lot of confusions on decode layer, assume that we have got media packets now and start decoding packets :


Question 1 : We know what if we lose a
I frame
, the subsequentP/B frames
will fail to decode, but what will hapen if we lose aP/B frame
? In h.264, there areinter-predict
, what if the lostP/B frame
was referred by subsequent frames, does subsequent frames will totally fail to decode ? Or just theinter-predict
macroblocks of subsequent frames will fail to decode whileintra-predict
macroblocks can be decoded then the decoder still can generate a broken frame to us ?

Question 2 : one frame might be consisted of multiple packets, what if we lose a packet, does this frame will totally fail to decode ? Or we can get a broken frame ?


Question 3 : Do media decoders like x264/openh264 will handle packets repeat and out of order ?


-
FFmpeg : Changing output bitrate on-the-fly
16 juillet 2012, par SaptarshiI am using ffmpeg to encode a video file to an mpeg transport stream, which is subsequently sent over network.
Depending on available network bandwidth, I want to dynamically change ffmpeg's output bitrate. Is this possible with ffmpeg without having to restart it with new command line options like below ?
`ffmpeg -i input.avi -ss <resume point="point"> -b:v <new bitrate="bitrate"> output.ts
</new></resume> -
Add "prefer_tcp" flag to "rtsp_flags"
4 mars 2014, par Andrey Utkin