Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (101)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

Sur d’autres sites (8047)

  • Using Live555 HTTP capacities as a server for signaling

    14 août 2017, par Hakeem El Bakka-lee

    Lately i managed to make (using other libraries) a rtsp streaming server with Live555, WebRTC and FFMPEG.
    All is rolling great, but my ultimate goal is to maximise my usage of Live555 to reduce my processing footprint.
    Once the rtp stream is started i use the HTTP signaling server only for keepalives.

    My question is (As i don’t seem to find the answer in the live555 code nor documentation) :

    Is there any way to build a HTTP Server using only Live555 ?

  • How to http streaming while encoding the accessed file

    5 décembre 2020, par hibiki31

    I am making a web application that plays videos.

    


    Files include non-mp4 in my server.
So I need to convert it, but I want to do it when it is accessed.
I can't change the original or use additional storage space.

    


    I'm learning Python, but I'm happy with any solution.

    


    This function is implemented by Plex Home media server.
https://www.plex.tv/

    


    Thank you.

    



    


    Thanks for the comments i found.
http://nginx.org/en/docs/http/ngx_http_hls_module.html

    


    I haven't tried the code yet.

    


    I'm worried about three options.

    


    First, implemented in Python code.
Second, implemented as a module for applications like Nginx.
Third, Google already knows the answer.

    


  • avformat/http: Stop cookie_dict leaking on errors.

    1er juin 2021, par Robert Bengtsson-Ölund
    avformat/http: Stop cookie_dict leaking on errors.
    

    This solves the memory leak reported in https://trac.ffmpeg.org/ticket/9273

    Signed-off-by : Robert Bengtsson-Ölund <robert.bengtsson-olund@intinor.se>

    • [DH] libavformat/http.c