Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (66)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (6254)

  • FFMPEG not found at my local server

    3 mai 2013, par user2319553

    i have installed ffmpeg on my local server and the phpinfo() function of php is showing that it has been enabled.
    When i am using Video Embed & Thumbnail Generator a wordpress plugin i ahve to specify the location where ffmpeg is installed i.e " Path to applications on server :" and when i enter the url it showing me that ffmpeg is not installed here.

     http://wordpress.org/extend/plugins/video-embed-thumbnail-generator/

    Any help will be pretty much accepted.

  • Is it possible to pull a RTMP stream from one server and broadcast it to another ?

    16 août 2012, par TK Kocheran

    I essentially have a situation where I need to pull a stream from one Wowza media server and publish it to a Red5 or Flash Media Server instance with FFMPEG. Is there a command to do this ? I'm essentially looking for something like this :

    while [ true ]; do
       ffmpeg -i rtmp://localhost:2000/vod/streamName.flv rtmp://localhost:1935/live/streamName
    done

    Is this currently possible from FFMPEG ? I remembered reading something like this, but I can't remember how exactly to do it.

  • Is it possible to pull a RTMP stream from one server and broadcast it to another ?

    12 mai 2019, par Naftuli Kay

    I essentially have a situation where I need to pull a stream from one Wowza media server and publish it to a Red5 or Flash Media Server instance with FFMPEG. Is there a command to do this ? I’m essentially looking for something like this :

    while [ true ]; do
       ffmpeg -i rtmp://localhost:2000/vod/streamName.flv rtmp://localhost:1935/live/streamName
    done

    Is this currently possible from FFMPEG ? I remembered reading something like this, but I can’t remember how exactly to do it.