Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (77)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Why am I getting an error of "No module named 'YouTube_dl'", but the module is installed ?

    14 septembre 2022, par Harshul Nanda

    The command "streamlit run main.py" gives the error of no module named 'YouTube_dl' but it says requirement already satisfied. When importing youtube_dl in a python script file, it shows me no module named "youtube_dl".

    


    enter image description here

    


  • Nginx Rtmp Module - How to check resolution when pushing rtmp stream to server before redirecting stream to another application ?

    22 août 2022, par bui the vuong

    I have a problem when developing a livestream system with nginx-rtmp-module . I have consulted some systems, there is a function that when pushing the rtmp stream, the livestream systems can recognize the resolution of the stream -> from there it will encode to hls with the corresponding profiles. For example stream 720p produces hls file with 360p -> 720p , if stream 1080p will produce hls file with 360p -> 1080p . I have tried the ways but no success. So how can I check the resolution and redirect the rtmp stream to the appropriate application for encoding. Looking forward to everyone's advice.

    


  • Revision 3a3b0be09a : Move multi-threading module functions into vpx_thread folder This commit moves

    1er juillet 2015, par Jingning Han

    Changed Paths :
     Modify /libs.mk


     Modify /test/vp9_thread_test.cc


     Modify /vp9/common/vp9_onyxc_int.h


     Delete /vp9/common/vp9_thread.c


     Delete /vp9/common/vp9_thread.h


     Modify /vp9/common/vp9_thread_common.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/decoder/vp9_decoder.h


     Modify /vp9/decoder/vp9_dthread.h


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/vp9_common.mk


     Modify /vp9/vp9_dx_iface.c


     Add /vpx_thread/vpx_thread.c
    (from /vp9/common/vp9_thread.c
    :fc5f3b8f4f170a32207ca2eca60f87bb0a01d03c)
     Add /vpx_thread/vpx_thread.h
    (from /vp9/common/vp9_thread.h
    :fc5f3b8f4f170a32207ca2eca60f87bb0a01d03c)
     Add /vpx_thread/vpx_thread.mk



    Move multi-threading module functions into vpx_thread folder

    This commit moves the primitive multi-threading files from vp9
    folder to vpx_thread, which will be accessible by all vpx codec.

    Change-Id : Ib51e66e9c69801c10631fab56d35a0c0aaed5883