Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (82)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (9486)

  • Revision 2ee338ce3b : Move uv intra mode selection in rd loop. Use an estimate based on DC_PRED for i

    16 juillet 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Move uv intra mode selection in rd loop.

    Use an estimate based on DC_PRED for intra uv cost
    within the rd loop then only do a full uv mode analysis
    if an intra mode is chosen.

    Significant speed gains in some cases. Currently only
    enabled for speed 2 pending speed/quality tests.

    Change-Id : Ie851a12400d5483bce47ec0e3ccb8516041e91c0

  • avcodec/dvdec : only attempt to conceal errors based on STA inconsistencies when error...

    25 juillet 2015, par Michael Niedermayer
    avcodec/dvdec : only attempt to conceal errors based on STA inconsistencies when error_concealment is set
    

    This allows the user to disable it in the hypothetical case that STA values are wrong

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dvdec.c
  • how to play nginx & rtmp based hls live stream on a remote machine

    21 mai 2020, par Ram

    I have installed nginx, rtmp and ffmpeg based hls live streaming working on ubuntu machine. I use this command to stream hls

    &#xA;&#xA;

    sudo ffmpeg -re -i sample.mp4 -vcodec libx264 -vprofile high -g 30 -acodec aac -strict -2 -f flv rtmp://localhost/show/stream2&#xA;

    &#xA;&#xA;

    when I try to play this stream using VLC using following commands on the same machine it works well.

    &#xA;&#xA;

    http://myIp:8080/hls/stream2.m3u8&#xA;

    &#xA;&#xA;

    or

    &#xA;&#xA;

    http://localhost:8080/hls/stream2.m3u8&#xA;

    &#xA;&#xA;

    However when I try to access from remote computer connected to same WIFI, not able to play. VLC gives an error that unable to play the file.

    &#xA;