Recherche avancée

Médias (91)

Autres articles (61)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

Sur d’autres sites (4557)

  • Powershell Job Memory Consumption Issue

    14 juillet 2016, par Matt Wall

    I’ve been struggling with this for a week now and have exhausted all the methods and options I have found online. I am hoping someone here will be able to help me out with this.

    I am using powershell to start 8 jobs, each job running FFmpeg to stream a 7 minute file to a remote RTMP server. This is pulling from a file on the disk and each job uses a different file. The command is in a do while loop so that it is constantly restreaming.

    This is causing the shell I launched the jobs from to accumulate a massive amount of memory, consuming all that it can. In 24 hours it consumed 30 of the 32 GB of my server.

    Here is my launch code, any help would be appreciated.

    start-job -Name v6 -scriptblock {
    do { $d = $true; $f = Invoke-Expression -Command "ffmpeg -re -i `"C:\Shares\Matthew\180p_3000k.mp4`" -vcodec copy -acodec copy -f flv -y rtmp://<ip>/<appname>/<streamname>"; $f = $null }
    while ($d = $true)
    </streamname></appname></ip>

    }

    I’ve tried to receive the jobs and pipe it to out-null, I’ve tried setting $f to $null before starting the do while loop, and some other things I found online but to no avail. Thanks everyone for your time !

  • aacenc : fix option descriptions

    5 juillet 2015, par Rostislav Pehlivanov
    aacenc : fix option descriptions
    

    Since the new PNS implementation has been merged and is no longer considered
    proof of concept (as it’s much more complex and better than the previous), change
    the comments to reflect that. We need people testing it (since all AAC profiles
    require it to be on by default) and having it tagged as proof of concept might drive some away.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/aacenc.c
  • Révision 105443 : ref #3692 : Passage de la lib mediaelement en 4.2.3 (depuis 4.1.2 ; https://gith...

    24 juillet 2017, par real3t@gmail.com

    Remarques :

    • améliore la présentation des .ogg sous Edge (mais ils ne sont pas plus joués)
    • .flv non joué dans Chrome et Edge (mais c’est pareil avec le fichier de demo de la lib). FireFox est OK sur la démo, mais pas avec SPIP)
    • cette version laisse tomber IE9 et IE10 (0.4%)