Recherche avancée

Médias (0)

Mot : - Tags -/configuration

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

Autres articles (57)

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (7547)

  • Single Manifest file for different audio and video segments created using MP4Box (MPEG DASH)

    5 juillet 2017, par user3753682

    I have three questions

    1) Does dash.js support audio and video content multiplexed in a single segment ?

    2) If not how to merge audio.mpd and video.mpd created using MP4Box into a single out.mpd, that is supported by dash.js player ?

    3) It works if AdaptationSet is copied manually from audio.mpd and placed in video.mpd and video.mpd is played using dash.js. How to automate it ?

    MP4Box -dash 4000 -frag 4000 -rap -bs-switching no -profile dashavc264:live -segment-name ./video/segment_ -out video.mpd video.mp4#video

    MP4Box -dash 4000 -frag 4000 -rap -bs-switching no -profile dashavc264:live -segment-name ./audio/segment_ -out audio.mpd video.mp4#audio
  • Livestreaming webinars from rtmp to DASH

    18 mars 2019, par Ramesh Navi

    I need to live-stream RTMP based video to the webpage, and the end result should be dynamic and adaptive (DASH).

    Below FFMPEG command works with single stream but it’s not adaptive/no low-high selection options.

    ffmpeg -i rtmp://source.mysite.com/live/9 temp/manifest.mpd

    I need something like 1080p RTMP input and 240p, 360p, 480, 720p and 1080p output in single DASH manifest.

    Can somebody guide how can I have a stable/tamed, multi-bitrate adaptive result here ?

  • is there a way to preload low quality in MPEG Dash or HLS so there is always something to play ?

    5 mars 2018, par Daniel Benedykt

    I created HLS manifests and DASH manifests with different resolutions and bitrates.

    The videos almost always starts low quality, then picks up quality/resolution.

    But later, if Internet speed drops, the video stops because its playing the hi resolution video.

    is there a way to preload low quality in MPEG DASH or HLS so there is always something to play ?

    Edit : I have the video preloaded. its not live streaming but once it starts playing, I am looking for a consistent stream, even if that means sacrificing quality.