Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (28)

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

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

Sur d’autres sites (3871)

  • Which lib is better Transcoder for live camera ? ffmpeg vs intel media sdk

    4 janvier 2017, par ParkAtStreet

    I would like to do a performance comparison between Ffmpeg and Intel Media SDK in transcoding.

    I have to write a new application that will do the following.

    1. Receive frames from MJPEG, MPEG4 and H264 cameras.

    2. Transcode the frames. Output will be h264. Here I have to either use Ffmpeg or Intel Media SDK.

    3. Multicast transcoded frames as RTSP streaming.

    I have noticed that both these libs are CPU intensive. Is there any settings in Ffmpeg can reduce the CPU usage ?

    Thanks in advance,

  • FFmpeg freezes on Ubuntu 16.04 [on hold]

    25 octobre 2016, par Robbertie

    Today I tried using FFmpeg on my Linux Ubuntu server but for some reason it froze and not playing any of the song.
    It stayed like this . Even ’q’ and ’ ?’ aren’t doing anything. The command I used worked perfectly on Windows.
    The command I use is -i {pathtofile} -f s16le -ar 48000 -ac 2 pipe:1
    I then read the stream and send it in my case to Discord.
    On Windows the sending etc. works great but on Linux it doesn’t work.
    Any idea how to fix this ?

    Thanks in advance !

  • Convert series of images to RTSP

    30 juin 2022, par Arctic

    I have a project where I receive RTSP stream from the camera, process each frame and then add metadata to each frame such as bounding boxes and texts. Now I need to convert this image back to RTSP ? On the internet, I could find many libraries/utilities to restream to RTSP, but nothing to generate RTSP from series of images.

    


    In short, I am looking to have a solution on how I can convert series of images to RTSP

    


    Thanks in advance