Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (6)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

  • 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 (3116)

  • How to ffmpeg livestream video from link google drive ?

    20 décembre 2017, par Kenji Nguyễn

    How to ffmpeg livestream video from link google drive ?

    I tried to do this, but it doesn’t work :

    for /F "delims=;" %%F in (linkdrive.txt) DO ffmpeg -re -i "%%F" -ar 44100 -vcodec copy -f flv "out.mp4"
  • FFMPEG : How To Break steam and Retry Again Automatically

    8 décembre 2019, par Varun

    The Live Stream is in m3u8 format
    I am Using youtube-dl with --no-part to record the video.

    The problem is that I can’t watch the video while it’s recording. I need to Stop Recording with Ctrl+C to watch the recorded video.

    So I am thinking if there could be a python script with a loop that will break the live stream on every 1 hr of recording automatically and run the same code again with the different filename in output.

    In this way, I will get a recording of every one hr separately.

  • How to steam FFmpge video with FF server

    22 juin 2018, par Amit Awinash

    Requirement : Let say I need to generate a two hours of video using FFmpeg along with some text and audio.

    The FFmpeg will take 2 hours + some time to generate the video and only then I can stream the video.

    Is there any possible way to reduce the waiting time to stream the video ?

    In other words "Can I stream the video as soon as (Or with a little delay) the FFmpeg will start adding text and audio" ?