Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (84)

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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (7711)

  • avcodec/tiff : Refactor TIFF tag related functions to share the code.

    12 août 2013, par Thilo Borgmann
    avcodec/tiff : Refactor TIFF tag related functions to share the code.
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/tiff.c
    • [DH] libavcodec/tiff.h
    • [DH] libavcodec/tiff_common.c
    • [DH] libavcodec/tiff_common.h
  • FFMpeg decode mp3 to sample buffer

    1er avril 2021, par Tobi Akinyemi

    I'm using FFMpeg to decode samples.

    &#xA;

    I collect the sample rate using

    &#xA;

    auto sample_rate = selected_stream->time_base.den;&#xA;

    &#xA;

    For mp3s this result seems like garbage.

    &#xA;

    Obviously, MP3's have a variable bitrate. Is it possible to read mp3s (the same way you read other audio streams), or do I have to rewrite a specific implementation for MP3s, in which I interpolate/downsample where the sample rate is lower/higher than my desired sample-rate ?

    &#xA;

  • How to use v4l2 scrcpy virtual webcam ?

    2 mars 2024, par Emma bundy

    I created a virtual camera v4l2 /dev/video21 and linked it to my notebook's default webcam /dev/video1 and it started working so far ok, then I mirrored the webcam I created in OBS-studio.

    &#xA;

    and now I want to connect in scrcpy the virtual camera that I created that is active /dev/video21, but I don't know how to do that, what commands to give to use the v4l2 /dev/video21 camera from the computer on my cell phone.

    &#xA;

    which is already mirrored on the computer screen via wireless

    &#xA;

    I need help, who can help me I thank you immensely ! This is for my college studies

    &#xA;

    I tried to do this several times but I couldn't, I use Fedora 37 gnome, I used ffmpeg to link the webcam /dev/video1 + /dev/video21, and I mirrored it in OBS-studio, but I don't know which command to give to send the /dev/video21 video stream to my cell phone, use the virtual camera created on the cell phone.

    &#xA;