Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (95)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (9046)

  • avformat/utils : Always leave parse_pkt in blank state, avoid resetting

    18 mars 2021, par Andreas Rheinhardt
    avformat/utils : Always leave parse_pkt in blank state, avoid resetting
    

    Always leaving said packet in a blank state after having used it
    allows to avoid having to reset it before one uses it ; and it also
    allows to use it in more places than just in parse_packet() here.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/utils.c
  • avformat/wtvdec : Check for EOF before potentially reseting the eof state

    12 décembre 2020, par Michael Niedermayer
    avformat/wtvdec : Check for EOF before potentially reseting the eof state
    

    Fixes : infinite loop
    Fixes : 28042/clusterfuzz-testcase-minimized-ffmpeg_dem_WTV_fuzzer-6311288967528448

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/wtvdec.c
  • Heroku build failed & state changed from crashed to down

    5 décembre 2020, par Cal9233
    2020-12-05T08:10:45.000000&#x2B;00:00 app[api]: Build started by user calvin.m71@hotmail.com&#xA;2020-12-05T08:11:38.587758&#x2B;00:00 app[api]: Deploy 4fca112e by user calvin.m71@hotmail.com&#xA;2020-12-05T08:11:38.587758&#x2B;00:00 app[api]: Release v6 created by user calvin.m71@hotmail.com&#xA;2020-12-05T08:11:38.635964&#x2B;00:00 heroku[web.1]: State changed from crashed to down&#xA;2020-12-05T08:11:41.000000&#x2B;00:00 app[api]: Build succeeded&#xA;2020-12-05T08:32:12.000000&#x2B;00:00 app[api]: Build started by user calvin.m71@hotmail.com&#xA;2020-12-05T08:32:50.304709&#x2B;00:00 app[api]: Release v7 created by user calvin.m71@hotmail.com&#xA;2020-12-05T08:32:50.304709&#x2B;00:00 app[api]: Deploy 4fca112e by user calvin.m71@hotmail.com&#xA;2020-12-05T08:32:52.000000&#x2B;00:00 app[api]: Build succeeded&#xA;

    &#xA;

    Before it was that there was no ffmpeg buildpack on heroku, I added it with&#xA;https://elements.heroku.com/buildpacks/jonathanong/heroku-buildpack-ffmpeg-latest

    &#xA;

    But now I just get state changed and see no errors. Any help would be greatly appreciated !

    &#xA;