Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

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

  • Revision 9dead02b09 : Quick fix to stop vpxdec infinite loop vpxdec stays in a loop when decoding vp9

    12 juin 2013, par Scott LaVarnway

    Changed Paths :
     Modify /vp9/vp9_dx_iface.c



    Quick fix to stop vpxdec infinite loop

    vpxdec stays in a loop when decoding vp9. This patch is a
    quick fix to stop the loop when all data has been decoded.
    Eventually we should move the vp9_get_raw_frame() call into
    vp8_get_frame().

    Change-Id : I3f97b6b4e1fe9ba69f746a29fc54c3304956f661

  • How to stop ffmpeg that runs through java process

    9 janvier 2014, par Ruben

    I am running ffmpeg in Java. Using p = Runtime.getRuntime().exec(command); It is used to stream video through a red5 server.

    My problem is that ffmpeg requires "q" to be pressed in order to stop. How can I do that ? How can I send the q character to the running process so it will execute p.destroy(); or something similar ? At the moment it runs forever until I kill the process in the task manager. I am using Windows7.

  • Revision e371cd73a3 : change to enable use_largest_txform feature for all regular inter frames at spe

    25 juin 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c



    change to enable use_largest_txform feature

    for all regular inter frames at speed 1

    Change-Id : I0a8b301273ecf2b8730ab1f6b7a05f89f4d498e0