Recherche avancée

Médias (91)

Autres articles (22)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (2754)

  • Debug Assertion Failed on dllinit.cpp Line703 by using own regular DLL

    20 mars 2013, par user2190325

    I'm creating a Regular DLL(mylib.dll and mylib.lib) that using libx264.dll(dynamic linking by import lib) and libfaac.lib(static linking).
    mylib.dll created and has no build errors, but Debug Assertion Failed message popped up at runtime in dllinit.cpp:Line703.

    How to solve above DLL-hells ?

  • aacenc_ltp : fix assertion

    17 octobre 2015, par Rostislav Pehlivanov
    aacenc_ltp : fix assertion
    

    A value of 2048 will overflow 11 bits.

    • [DH] libavcodec/aacenc_ltp.c
  • Why are there multiple .m3u8 requests made by the browser ?

    20 mai 2020, par 47fa0c

    I usually download my lectures instead of watching them on the online player provided by my university. I do this by finding requests that include .m3u8 in their url. There always seems to be two of these for each of the videos that I want to download, with one slight difference in the urls but otherwise identical. Why is that the case ?

    



    My wild guess is that one of them is supposed act as a backup if the other failed to fetch but I am not sure.

    



    I can't share the urls as they contain copyrighted material but it looks something like

    



    domain/a/b/hashedvalue1/c/video.mp4/index.m3u8


    



    and

    



    domain/a/b/hashedvalue2/c/video.mp4/index.m3u8


    



    Thanks for your help :)