Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (73)

  • 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

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

Sur d’autres sites (15834)

  • Not able to play .mpd file of MPEG-DASH stream

    29 novembre 2018, par JAVA Coder

    I have made segments of a mp4 file and uploaded all .m4s segments,.initmp4 file and the .mpd file to s3 bucket and used the url of .mpd file to play the full file using online DASH players of akamai,bitmovin,videoJs,dashJs etc but failed.

    When I tried to play the .mpd file by using GPAC MP4Client on command prompt just can hear the audio with a blank screen.

    You can find the commands here which I have used to make segments of the mp4 file.

  • audio segments are not downloading in firefox using MPEG dash(.mpd)

    20 septembre 2016, par Srini

    I generated mpd file using Mp4Box, it’s working in chrome but not in firefox (video only playing in firefox no audio) and I used Dash.js plugin for mpd file.

    This below link is example of my mpd file

    http://clipsnow.com/ffmpeg/output.mpd

  • Fix double write of DASH manifest in streaming mode

    24 juin 2021, par Kevin LaFlamme
    Fix double write of DASH manifest in streaming mode
    

    When streaming mode is enabled, the DASH manifest is written on the
    first packet for the segment so that the segment can be advertised
    immediately to clients. It was also still writing the manifest at the
    end of the segment leading to two duplicate writes.

    • [DH] libavformat/dashenc.c