Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (54)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (8638)

  • .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
  • Merge commit ’470cd0c5fe6337b6cb5276b3f84400999450fc1b’

    14 juillet 2016, par Clément Bœsch
    Merge commit ’470cd0c5fe6337b6cb5276b3f84400999450fc1b’
    

    * commit ’470cd0c5fe6337b6cb5276b3f84400999450fc1b’ :
    Add TrueMotion 2.0 Real Time decoder

    Merged-by : Clément Bœsch <u@pkh.me>

    • [DH] doc/general.texi
    • [DH] libavcodec/truemotion2rt.c