Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (62)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7645)

  • Stream list of videos with ffmpeg and live555

    9 juin 2015, par f3r83

    I’m developing a C++ application that streams a list of urls every n seconds in a loop. To do this, I use ffmpeg and live555 libs. I use VS2010 as IDE too.

    I stop the video that is playing and play the next one in the list every n seconds and this works ok. But I have a serious problem, there are some resource leaks that increment the Handle Count every time I play a video.

    Debugging my application and searching on the Internet I find that there are some problems in ffmpeg : leak in avcodec_open2 and some problems with sockets in live555 under Windows : live55 problem. I use some tools as Intel Inspector to find problems too.

    Can anybody gives me some help ?

  • dxva2_hevc : properly fill the scaling list structure

    3 février 2015, par Hendrik Leppkes
    dxva2_hevc : properly fill the scaling list structure
    

    The scaling list can be specified in either the SPS or PPS.
    Additionally, compensate for the diagonal scan permutation applied
    in the decoder.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/dxva2_hevc.c
  • dxva2_hevc : properly fill the scaling list structure

    3 février 2015, par Hendrik Leppkes
    dxva2_hevc : properly fill the scaling list structure
    

    The scaling list can be specified in either the SPS or PPS.
    Additionally, compensate for the diagonal scan permutation applied in the decoder.

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

    • [DH] libavcodec/dxva2_hevc.c