Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (54)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (11300)

  • fate/matroska : Add test for chapters, Vorbis and WebM DASH

    13 avril 2020, par Andreas Rheinhardt
    fate/matroska : Add test for chapters, Vorbis and WebM DASH
    

    Moreover, putting the Cues in front of the Clusters by reserving space
    in advance is also tested.

    The new capability of using ffprobe during a remux/transcode test are
    used here for information about the chapters.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] tests/fate/matroska.mak
    • [DH] tests/ref/fate/webm-dash-chapters
  • dashenc : Write out DASH manifest immediately in streaming mode

    8 juin 2021, par Kevin LaFlamme
    dashenc : Write out DASH manifest immediately in streaming mode
    

    When streaming mode is enabled with fMP4/CMAF for DASH output, the
    segment files are available to read by players as soon as the first byte
    is written instead of only after the file is fully written. The DASH
    manifest currently only gets written when the final write to the segment
    file occurs. This means that players cannot stream the first segment
    while it is being written.

    When -lhls is enabled with MP4 segments the HLS manifest is written
    immediately to advertise the in-flight segments. This change adds the
    same behavior for the DASH manifest so players can stream it
    immediately.

    • [DH] libavformat/dashenc.c
  • Dash JS Player Cross Browser Compatibility

    21 mai 2015, par JJ The Second

    I am conducting a research for my company streaming service. I found dash.js for adaptive streaming which is a perfect solution along with ffMpeg for transcoding.

    So how this solution works is to create bunch of files served in .mpd format. Now the questions I have :

    1. Do you think this a early stage and I should wait before start using DASH.JS ? Do you think there is a better solution for safe and fast streaming ?

    2. Player options : So far the only player I found was this http://dashif.org/reference/players/javascript/1.0.0/

      I have no idea how compatible it is with browsers and what limits I’ll be facing if I chose it. Is there any other solid solution for this ?

    3. Do you guys think I’m going wrong direction for this ?

    4. What are my server requirements to run these technologies ? I have a 500MBs, 64GB Ram, 24 Core, 2TB beast, does this do the job ?