Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (58)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (7167)

  • Show video length in HLS player before all TS files are created

    14 novembre 2022, par WilliamTaco

    I have a spring-boot backend which on request (on demand) uses ffmpeg to create a m3u8 playlist with its ts files from a mp4 file. So basically my react frontend requests the index.m3u8 from the backend and if it doesnt already exist it creates it and then start serving it with its ts files. This causes the frontend HLS player to show the length of the video to the combined length of the generated chunks which gets longer as time goes on until its fully there. It totally makes sense but was wondering what the correct way of showing the full length in the player even though its not fully created yet ?

    


    Im using react-hls-player for playing the stream and spring-boot + a java ffmpeg wrapper to transcode the video.

    


    Might be thinking about this the wrong way so feel free to correct me if im in the wrong path !

    


  • Revision 306319387b : acm_random : provide full range for Rand8() the gtest implementation used only r

    27 novembre 2014, par James Zern

    Changed Paths :
     Modify /test/acm_random.h


     Modify /test/lpf_8_test.cc



    acm_random : provide full range for Rand8()

    the gtest implementation used only returns values between 0 and 2^31-1

    + temporarily disable some tests in lpf_8_test which misbehave with the
    new range

    Change-Id : I8a026680c4b8c12dc14d4f24c33edb2315963114

  • Revision 615230b810 : acm_random : provide full range for Rand16() the gtest implementation used only

    2 décembre 2014, par James Zern

    Changed Paths :
     Modify /test/acm_random.h


     Modify /test/fdct8x8_test.cc



    acm_random : provide full range for Rand16()

    the gtest implementation used only returns values between 0 and 2^31-1

    + temporarily disable some tests in fdct8x8_test which misbehave with the
    new range

    Change-Id : I45381076f0bea3317cc6728305890e4fd2f2facd