Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (48)

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

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (7856)

  • What are the other alternatives to FFMPEG for encoding and very low latency streaming ? [closed]

    23 septembre 2020, par Hamza Ghizaoui

    So the situation as following : I m receiving images on the fly from a camera, BMP format 4000x3000 pixel, encoding them into h264 or h265, and then streaming the result via HTTP and/or UDP.
The whole process must take no more than 30 ms.

    


    I used FFMPEG with hardware acceleration as a start and it seems to deliver. There is doubt among our team that it is the best solution. and I wanna be absolutely sure that it is before I defend it openly :D

    


    would be glad to hear your takes on this :)

    


    Best regards

    


  • avformat/matroskadec : Don't skip too much when unseekable

    17 mai 2019, par Andreas Rheinhardt
    avformat/matroskadec : Don't skip too much when unseekable
    

    The Matroska (and WebM) file format achieves forward-compability by
    insisting that demuxers ignore and skip elements they don't know about.
    Unfortunately, this complicates the detection of errors as errors
    resulting from loosing sync can't be reliably distinguished from
    unknown elements that are part of a future version of the standard.

    Up until now, the strategy to deal with this situation was to skip all
    unknown elements that are not obviously erroneous ; if an error happened,
    it was tried to seek to the last known good position to resync from (and
    resync to level 1 elements). This is working fine if the input is
    seekable, but if it is not, then the skipped data can usually not be
    rechecked lateron. This is particularly acute if unknown-length clusters
    are in use, as the check for whether a child element exceeds the
    containing master element is ineffective in this situation.

    To remedy this, a new heuristic has been introduced : If an unknown
    element is encountered in non-seekable mode, an error is presumed to
    have happened based upon a combination of the length of the row of the
    already encountered unknown elements and of how far away skipping this
    element would take us.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/matroskadec.c
  • Is there a way to load balance when streaming m3u8 with ffmpeg ?

    12 novembre 2022, par k. kh

    It's not like you're in a problematic situation. It's just my curiosity.

    &#xA;

    While streaming m3u8 files over http, a lot of people will see the video and I'm worried about the traffic load.&#xA;However, even if I search for this, I can't find any necessary knowledge or posts.&#xA;Can anyone please give me a brief overview of how I should search, what background knowledge I need, and which open sources are popular ? thank you

    &#xA;