Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (70)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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 ;

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (8780)

  • ffmpeg how to mix 2 RTP streams that individually start and stop randomly ?

    13 novembre 2020, par JMain

    I want to do this :

    


    ffmpeg listens to 2 incoming rtp streams, and continuously send those mixed together to a single outgoing rtp stream

    


    However, the 2 incoming streams are going to be starting and stopping randomly and independently of each other, as they have audio. They don't send audio silence, they stop sending when there is silence and then they start sending again when there is audio. ffmpeg seems to error on this situation.

    


    I have this :
ffmpeg -i rtp ://0.0.0.0:11000 -i rtp ://0.0.0.0:12000 -filter_complex amix -f rtp rtp ://10.10.10.10:13000

    


    This is what happens with ffmpeg :
It wait for the audio to start, and then it sends to the output. But, when the input stop sending, I get this error :
rtp ://0.0.0.0:11000 Unknown error
rtp ://0.0.0.0:12000 Unknown error

    


    and it crashes.

    


    How can I keep it active even when one or the other input isn't sending, and how can I prevent it from crashing ?

    


    If ffmpeg outputs silence all the time when it doesn't receive anything, that would be acceptable too.

    


  • Stop demuxing wtv on eof.

    2 octobre 2014, par Carl Eugen Hoyos
    Stop demuxing wtv on eof.
    

    Fixes ticket #3991.
    Fixes ticket #3995.
    Fixes ticket #3997.

    Reviewed-by : Peter Ross
    Reviewed-by : Paul B Mahol

    • [DH] libavformat/wtvdec.c
  • FATE : Add test for muxing discontinuous MP4 fragments with large timestamps

    18 octobre 2016, par Derek Buitenhuis
    FATE : Add test for muxing discontinuous MP4 fragments with large timestamps
    

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavformat/tests/movenc.c
    • [DH] tests/ref/fate/movenc