Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (111)

  • 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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (10596)

  • How to fix Media Source Extension error : Initialization segment misses expected aac track

    10 janvier 2019, par neoflash

    I have captured my Tello drone camera footage using the following :

    ffmpeg -i udp://0.0.0.0:11111 -c:a copy -c:v copy -probesize 32 -reset_timestamps 1 -movflags frag_keyframe+empty_moov+default_base_moof output.mp4

    I am using the MediaSource and SourceBuffer API to play the video in a element in the browser. I have done this successfully with a webm format video, so I know that my transport pipeline is fine.

    When looking at the media-internals log in the Chrome browser, I noticed the following error :

    Initialization segment misses expected aac track.

    How can I fix this and get the video to play ?

  • bfi : Add some very basic sanity checks for input packet sizes

    28 septembre 2013, par Martin Storsjö
    bfi : Add some very basic sanity checks for input packet sizes
    

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/bfi.c
  • dsicin : Add some basic sanity checks for fields read from the file

    11 septembre 2013, par Martin Storsjö
    dsicin : Add some basic sanity checks for fields read from the file
    

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/dsicin.c