Recherche avancée

Médias (91)

Autres articles (40)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (5268)

  • Kurento Composite Grids Recording

    12 avril 2020, par vourla

    I have 2 WebRtcEndpoint(caller&callee). Those endpoints are connected each other to share their streams.
There is no problem in this communication. Each peer gets the other peer's stream without any frame lost.

    



    I want to record this two stream side by side. As a result of my search, kurento composite can be used to record caller and callee streams side by side. 
But this way of recording causes a lot of frame lost on the record file.

    



    My implementation :

    



    // To connect streams
callerWebrtcEndpoint.connect(calleeWebrtcEndpoint);
calleeWebrtcEndpoint.connect(callerWebrtcEndpoint);


//To create grids and to record output of composite element
callerWebrtcEndpoint.connect(callerHubPort);
calleeWebrtcEndpoint.connect(calleeHubPort);

recordHubPort.connect(recorderEndPoint)


    



    Is there any alternative for that ?

    


  • avcodec/x86/mpegaudiodsp : silence -Wunused-variable on —disable-mmx

    19 septembre 2015, par Ganesh Ajjanagadde
    avcodec/x86/mpegaudiodsp : silence -Wunused-variable on —disable-mmx
    

    This silences -Wunused-variable when compiled with —disable-mmx, e.g
    http://fate.ffmpeg.org/log.cgi?time=20150919094617&log=compile&slot=x86_64-archlinux-gcc-disable-mmx.
    The alternative of header guards will make it far too ugly.

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/x86/mpegaudiodsp.c
  • avcodec/x86/rv40dsp_init : silence -Wunused-variable on —disable-mmx

    19 septembre 2015, par Ganesh Ajjanagadde
    avcodec/x86/rv40dsp_init : silence -Wunused-variable on —disable-mmx
    

    This silences -Wunused-variable when compiled with —disable-mmx, e.g
    http://fate.ffmpeg.org/log.cgi?time=20150919094617&log=compile&slot=x86_64-archlinux-gcc-disable-mmx.
    The alternative of header guards will make it far too ugly.

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/x86/rv40dsp_init.c