Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (41)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

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

  • Revision 9a733b399c : Merge "vp9_spatial_svc_encoder : Enable aq-mode for real-time mode."

    27 août 2015, par Marco Paniconi

    Merge "vp9_spatial_svc_encoder : Enable aq-mode for real-time mode."

  • how to publish flv file using ffmpeg to RTMP server in `real time` ?

    29 octobre 2012, par Akram Berkawy

    what i'm trying to do is publishing a .flv media file to RTMP server to let subscribers watch it.
    i'm testing to view the stream in several subscribers (the oflaDemo) and with ffplay.

    the problem is that ffmpeg publish the 5 minutes .flv file to the server in nearly 20 seconds, in these 20 seconds the stream appear on subscribes, but after that it cuts.
    the command i use is :

    ffmpeg -i file.flv -re -acodec copy -vcodec copy -f flv "rtmp://localhost/oflaDemo/aaa live=1"

    how can i force ffmpeg to stream the 5 minutes file in 5 minutes, or any other solution.

    thanks.

  • html5 video player with concatenation tracks by time [on hold]

    26 août 2017, par Jensen

    I have some videofiles (h264) :

    http://localhost/001.mp4
    http://localhost/002.mp4
    http://localhost/003.mp4
    http://localhost/004.mp4
    http://localhost/005.mp4
    ...

    And some meta-information about its duration and time shift from 00:00:00

    I want to develop html5 video player, that has time widget with scale from 00:00:00 to 23:59:59. User can click on time widget and player starting show correct videofile from correct position (not always from start).

    I need something like this

    Company Hikvision (EzvizCloud) has this videoplayer, but it is not for sale

    single html5 <video></video> tag doesn’t support multiple video files.

    Should i use multiple <video></video> tags or just open websocket and draw picture on canvas ?