Recherche avancée

Médias (91)

Autres articles (53)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (7261)

  • HDFVR on Red5 - convert FLV to mp4 does not work

    9 novembre 2015, par trainoasis

    I’m trying to get HDFVR to convert FLV to MP4 with

    $config['enableFFMPEGConverting'] = 1;

    but unfortunately it doesn’t work as it should. (even their demo on my localhost)

    Sometimes it actually creates the mp4 (takes long and very bad quality though), but more or less Red5 (I’m using 1.0.5 but tried 1.0.3 and 1.0.4 too) shows :

    Exception in thread "Thread-6" java.lang.RuntimeException: Could not parse duration.
       at VideoRecorder.ProcessBuilderWrapper$1.run(ProcessBuilderWrapper.java:30)

    I’m on localhost (os x) and ffmpeg executable was downloaded from ffmpeg’s site and put inside "streams/_definst_" folder as per documentation.

    Also, hdfvr version when right clicking the video says : HDFVR v2.0 build +499.

    If anyone has any tips about the above error I would be very grateful.

  • How to work RTSP in python

    15 janvier 2019, par DevellMen

    I need to catch RTSP stream from my IP-camera for convert and streaming to site. First I wanted use ffmpeg, but have not found ffmpeg wrappers for python2.7.
    Who can help me ?

  • How to work RTSP in python

    22 janvier 2014, par DevellMen

    I need to catch RTSP stream from my IP-camera for convert and streaming to site. First I wanted use ffmpeg, but have not found ffmpeg wrappers for python2.7.
    Who can help me ?