Recherche avancée

Médias (0)

Mot : - Tags -/performance

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (36)

  • 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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

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

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

    


  • 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 ?

    


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