Recherche avancée

Médias (91)

Autres articles (42)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

Sur d’autres sites (5310)

  • HLS for on demand streaming

    15 septembre 2017, par Awais fiaz

    I have been working on DASH (Dynamic adaptive streaming over http) in the past but as DASH is not supported on IOS based devices so i am moving to HLS (http live streaming) as it works on all devices.

    I am in need of a guide of HLS for on demand streaming to understand encoding flow and techniques being used in this process.

    i am using FFMPEG as encoding library PHP for server side scripting and apache2 as server.

    any help regarding this would be really appreciated thanks.

  • .mpd deleted after played

    18 novembre 2020, par thxbox

    I would like to stream mp4 file with .mpd file. I installed MP4Box to convert mp4 to .mpd file, with this command

    


    P4Box -dash 4000 -frag 4000 -dash-profile onDemand -segment-name out-seg -time-shift -1 -out prev_video.mpd prev_video.mp4


    


    on my Ubuntu server

    


    I also use nginx-rtmp-module to do video streaming.

    


    My problem is after I play .mpd file with VLC Player then .mpd file was auto deleted.
so question is, is it possible to keep .mpd in my server ? or I miss some configuration while convert .mp4 to .mpd with MP4Box

    


    Thank

    


  • webmdashenc : Fix UTCTiming Element

    28 avril 2015, par Vignesh Venkatasubramanian
    webmdashenc : Fix UTCTiming Element
    

    Remove the direct profile from UTCTiming element. Per DASH spec,
    direct profile value should be the time at which the request was
    made to the server and not the time at which the manifest was
    written. So ffmpeg cannot write this value. This patch removes
    the direct profile and write the UTCTiming element with the http
    profile only if a URL is passed as a parameter. Update the fate
    test to reflect this change.

    Signed-off-by : Vignesh Venkatasubramanian <vigneshv@google.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/webmdashenc.c
    • [DH] tests/ref/fate/webm-dash-manifest-live