Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (95)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (6784)

  • Running FFMpeg on the server (to save the user from waiting)

    26 juin 2013, par Tom

    I have made a simple page that lets a user upload videoes for then to display all the videoes uploaded using the HTML5 <video></video> tags. But to provide the user with full browser support I need to transcode all the videoes that are being uploaded into a few new formats. The problem is then that now I am transcoding all vidoes into two different formats, which in turn takes a long time and it makes the user have to wait for the video being transcoded. Is there a simple way that anyone know of that lets me run this script in "the background" so that the user experience is in no way being compromised with long wait times ?

    I am running the FFMpeg scripts using PHP with the exec command.

  • Get Stream and save as jpeg (image) file from IP Camera using ffmpeg

    17 février 2014, par Mustafa Ekici

    How i can get stream from Ip Camera, Its using RTP, stream is MPEG4, i have multicast address and port,and i have ip camera's IP address and Port Number.
    And I cant reach via http forexample (http://ip/jpeg) And I cant reach stream with VLC Player too. forexample (rtp ://ipadressofcam:port) and (rtp ://multicastaddress:port)
    So What is ffmpeg command of that ?
    I have windows OS, I only write code with C# right now.
    But producer created their own ocx which used for viewing cam,that plugin can work on .net but i dont want to use it becouse it doesnt have much funcionality, I mean you cant get current picture or snapshot of cams, thats why i have to do it myself.

  • Get Stream and save as jpeg file from IP Camera using ffmpeg

    10 novembre 2011, par mekici

    How i can get stream from Ip Camera, Its using RTP, stream is MPEG4, i have multicast address and port,and i have ip camera's IP address and Port Number. And I cant reach via http forexample (http://ip/jpeg) And I cant reach stream with VLC Player too. forexample (rtp ://ipadressofcam:port) and (rtp ://multicastaddress:port)
    So What is ffmpeg command of that ?
    I have windows OS, I only write code with C#, I dont know, c or c++.
    But producer created their own ocx which used for viewing cam,that plugin can work on .net but i dont want to use it becouse it doesnt have much funcionality, I mean you cant get current picture or snapshot of cams, thats why i have to do it myself i already asked before in that link
    Thanks