Recherche avancée

Médias (91)

Autres articles (43)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

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

  • Stream H264 video with packetization mode 0

    26 février 2014, par Alan

    I have a video that is originally not in packetization mode 0 (http://www.bigbuckbunny.org/index.php/download/).

    I would like to stream that video but have the h264 data packed in the RTP payload as packetization mode 0.

    Please suggest a gstreamer or a ffmpeg pipeline to achieve this. I've tried doing it with VLC but failed to specify the encoding to such detail.

  • stream reddit video without saving it, using BytesIO

    11 juin 2020, par TheKill -996

    I'm looking to stream a reddit video without download anything to my server.
Unfortunately reddit store each video separed from its audio, so there are two different files(video and audio).

    



    I'm already able to download each file into a BytesIO object, but is there a way to merge these objects ?
Or if that is not the right way to do it, is there another way ?

    


  • 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 :)