Recherche avancée

Médias (91)

Autres articles (57)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (8844)

  • Is there a way to "replace" FFmpeg stream with another file ? [closed]

    6 novembre 2023, par brizgalka

    I'm using FFmpeg as a transcoder and VLC as a retranslator for my IPTV streaming utility.

    


    At the moment, I make a stream by looping the concatenation of a few clips I rewrite with my NodeJS program.

    


    nested.txt

    


    file clip1.mkv
file clip2.mkv


    


    ffmpeg command (simplified)
ffmpeg -stream_loop 1 -f concat -i nested.txt -listen 1 -f mp4 http://localhost:8081

    


    But I wonder if it is possible for me to simply terminate FFmpeg process and start a new one with another input file without interrupting VLC from reading the stream. I would actually accept the answer even if you could provide me with an alternative retranslator instead of VLC that has this feature.

    


    I tried to terminate the FFmpeg process and quickly start a new one softwarely. However, it seems that terminated process manages to send some kind of "end of the stream" signal to client before it actually closes.

    


  • how to use x264 encoder with directshow

    14 octobre 2014, par habibhassani

    i can’t figure out how to use x264 with directshow. i installed many thinks that pretend to have x264 encoder in with no use i downloaded the videoLAN x264 binary and when i run it, it shows so fast a console windows, and nothing happen after that

    these is the encoders that i have

    enter image description here

    i am working on windows 8.1 x64

    please help with this issue it’s just going to make me crazy hhh, i wanna use x264 because the other encoders that i have installed, either didn’t work or encode with so big size.

  • how to use x264 encoder with directshow

    14 octobre 2014, par habibhassani

    i can’t figure out how to use x264 with directshow. i installed many thinks that pretend to have x264 encoder in with no use i downloaded the videoLAN x264 binary and when i run it, it shows so fast a console windows, and nothing happen after that

    these is the encoders that i have

    enter image description here

    i am working on windows 8.1 x64

    please help with this issue it’s just going to make me crazy hhh, i wanna use x264 because the other encoders that i have installed, either didn’t work or encode with so big size.