Recherche avancée

Médias (91)

Autres articles (84)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

Sur d’autres sites (9977)

  • hay iwant to make a stream server

    17 mars 2017, par Mahmod Mostfa

    hay i want to make a stream server that can stream live videos to youtube

    the videos source is from vlc streaming .ts urls iptv

    i tried to make live streaming from vps windows by capturing the screen but lag of course because no gpu card

    so i want to know if i can make stream using any other os like linux

    i read a lot about ffmpeg and red5 but i dont know if they support streaming from .ts urls that i use vlc player to play them on my windows 7

    i can buy any vps with all requirments for this

  • Replacing `make` with `grunt` for builds.

    24 août 2013, par JamesMGreene
    Replacing `make` with `grunt` for builds.
    

    Make does not work on Windows, Grunt works cross-platform.
    Fixes #71.
    Closes #71.

  • How to make video from python graph

    29 mai 2018, par Coder

    I have a plot in python but I need to make a movie file in mpeg from this graph. It needs to display a motion going across the points from left to right, in python. I used matplotlib to make the graph.