Recherche avancée

Médias (91)

Autres articles (54)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

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

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

  • How to decode an MPEG Dash Widevine

    5 janvier 2016, par Martijn

    I have a video stream that I’d like to save to disk so I can play this back at a later time when I don’t have an internet connection at my disposal.

    The stream is a MPEG Dash Stream that uses Common Encryption, PlayReady, Widevine or Marlin.

    Is this possible in language like Go or NodeJS ?
    Could this be done using a command line utility like ffmpeg ?