Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (111)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

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

Sur d’autres sites (9160)

  • No sound in output clips. RTSP to mp4 ffmpeg

    26 novembre 2016, par Hamad

    I was using the following command for recording input streams to mp4 into 10 seconds clip. But since few days there is no voice in the output mp4 clips.
    Command is

    ffmpeg -i rtsp://localhost:8554/mystream -c copy -bsf:a aac_adtstoasc -f segment -segment_time 10 -reset_timestamps 1 -map 0 output%d.mp4

    ffmpeg output

    I think its because of the format of input stream but i don’t know for sure and also, i don’t know how to solve it.

  • Live Stream FFMpeg PHP [on hold]

    25 octobre 2016, par André Schmidt

    i’ve been search for this for about 4 or 5 days, with no success. I want to create a stream, where the client create a channel, like youtube, and when someone enter on channel, the video starts in the middle. EX :

    My streaming start on 15:00 and stop at 16:00. The viewer enter on channel on 15:30, and the video have to skip 30 minutes, as if it were live. How can i do this ?

  • Get stdout from an idle background application in Windows

    24 septembre 2016, par Joe

    I have an ffmpeg.exe process that appears to be hung - it hasn’t done anything for several days. It was started by exec() in PHP, so is running in the background and has no window.

    I would like to know what caused it to stop/hang.

    Is there anyway to get what it has written to stdout ?