Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (26)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (4055)

  • avformat/hls : fix segment selection regression on track changes of live streams

    15 octobre 2015, par Anssi Hannula
    avformat/hls : fix segment selection regression on track changes of live streams
    

    Commit ad701326b43078b90 ("avformat/hls : open playlists immediately when
    AVDISCARD_ALL is dropped") inadvertently caused first_packet to never be
    cleared, causing select_cur_seq_no() to not use the specific code for
    live streams.

    In practice this means that when the user selects a different audio
    track during live stream (i.e. non-VOD) playback, there may be some
    additional delay as the code might select an incorrect segment at first,
    and we have to wait for video to catch audio (if too late segment was
    selected) or to download more following audio segments (if too early
    segment was selected).

    Fix that by restoring the zeroing of first_packet.

    • [DH] libavformat/hls.c
  • Steps to develop Live video chat application for iOS. Please guide [closed]

    3 avril 2013, par Er Amit Sachdeva

    I want to develop a application which enables to user for live video chat between two devices which are connected under LAN. Please guide me a right path to go for learning/implementation of that.

  • webmdashenc : Support for live stream manifests

    1er avril 2015, par Vignesh Venkatasubramanian
    webmdashenc : Support for live stream manifests
    

    This patch adds support for creating DASH manifests for WebM Live
    Streams. It also updates the documentation and adds a fate test to
    verify the behavior of the new muxer flag.

    Signed-off-by : Vignesh Venkatasubramanian <vigneshv@google.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/muxers.texi
    • [DH] libavformat/webmdashenc.c
    • [DH] tests/fate/vpx.mak
    • [DH] tests/ref/fate/webm-dash-manifest-live