Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (67)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Server on load after uploading big file

    12 mars 2014, par Mulham Aryan

    i have a problem on my server
    the server goes on load after uploading files big than 200MB
    my server carateristique

    Total processors: 12
    Name
    Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz
    Speed
    3192.129 MHz

    RAM : 64GB
    Space : 4TB

    after uploading files the server must convert files to other qualities
    i use ffmpeg tool to do it
    here take a look at this image
    http://i.stack.imgur.com/3ZPS7.png

  • FFMPEG 500 Internal Server Error

    22 juin 2015, par Shaffan
    $cmd = 'ffmpeg -i temp/'.$temp_name.' -i watermark/watermark.png -filter_complex "overlay=x=(main_w-overlay_w-10):y=(main_h-overlay_h-10)" -codec:a copy videos/'.$filename;
    system($cmd);

    On my bluehost dedicated server this command is working for small size( 900kb) videos but when I upload big size( 8MB) video then I get 500 Internal Server Error. It works fine on my local machine.
    ffmpeg version on server is 2.2.4
    php version on server is 5.4.22
    Please guide me.

  • FFMPEG Online Redistribution in IIS Server Streaming Onvif IP Camera

    23 avril 2015, par Benny Chen

    I’m very new with ffmpeg. Consider the following case :

    I have several onvif ip camera connected to the network with an IIS server inside it. I’d like to allow client to streaming to any of ip camera inside the network but it must through the IIS server.

    So basically each of ip camera will stream to IIS server in single stream and IIS server will re-distribute to many client who request it. My question is how to setup iis server to works with this scenario ? And an example of ffmpeg command line to read from rtsp ip camera and send it the iis server which will re-distribute it to client.