Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 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 (...)

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

  • Ecrire une actualité

    21 juin 2013, par

    Pré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 ) (...)

Sur d’autres sites (12481)

  • Revision 36f61aa836 : Set min_block_size for aq_mode=3 to 8x8. For real-time mode under cbr, this inc

    2 avril 2014, par Marco Paniconi

    Changed Paths :
     Modify /vp9/encoder/vp9_aq_cyclicrefresh.c



    Set min_block_size for aq_mode=3 to 8x8.

    For real-time mode under cbr, this increases the gain (5-10%)
    for speed 5 (none/little change for 6), on vc-clips.

    Change-Id : I9b38beeb3c820de22c43a0ba53a9456168dd24ba

  • download livestream real-time data

    15 juillet 2024, par Chenguang He

    I'm working on a project to design a RTMP server in Java to get livestream data and download to flv file. One requirement is that to capture the real-time data, I need to download the recording for every second instead of downloading entire recording when livestream stop. Is there any way to achieve it ? Thanks

    


    tried to download stream into byte array for every second and decode to flv using H.264 but didn't work.

    


  • How to Create a video stream from images in real time ?

    27 novembre 2017, par Wijaya

    I need to create a video memory stream from a bitmap array and stream it to the clients in real time.

    Since my application is developed in C# and runs on a windows server I can’t use ffserver(ffmpeg media server).

    Any help would be really appreciated.