Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

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

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

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

  • Revision 94e115502c : Merge "Added Test vector that tests more show existing frames."

    21 juin 2014, par Jim Bankoski

    Merge "Added Test vector that tests more show existing frames."

  • Show a tcp video stream (from FFPLAY / FFMPEG) in an C# application

    24 avril 2021, par Rob

    I' trying to make my Parrot AR Drone 2.0 work with a Windows machine.

    


    I have a simple C# application to control it - but now i want the video stream inside of my application.

    


    If I execute ffplay tcp://192.168.1.1:5555 it connects to the videostream and shows a window with the video.

    


    How can I get this video inside of my application ? Like, a simple 'frame' or 'image' that gets filled with that content ?

    


    I have never worked that much with C# so any help would be awesome.

    


  • Show a tcp video stream (from FFPLAY / FFMPEG) in an C# application

    27 août 2013, par Rob Quist

    I try to make my Parrot AR Drone 2.0 work with a windows machine.

    I have a simple C# application to control it - but now i want the video stream inside of my application.

    If i execute ffplay tcp://192.168.1.1:5555 it connects to the videostream and shows a window with the video.

    How can i get this video iside of my application ? Like, a simple 'frame' or 'image' that gets filled with that content ?

    I have never worked that much with C# so any help would be awesome.