Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (67)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (5453)

  • UWP windows10 FFmpegInterop high latency

    12 février 2017, par Brian_wu

    I use the Flash media encoder to send the video stream which captured by camera, and receive the video stream by my windows phone. I got the sample form https://github.com/Microsoft/FFmpegInterop. I compiled the FFMPEG dll and this sample code can run successfully. I can receive the video from my phohe, but the latency is about 6 seconds. what should I do to cut down the latency ?

    Thank you !

  • Merge commit ’1982d0cc561912d685a0c2dbe58bc19f50bae231’

    21 juin 2016, par Clément Bœsch
    Merge commit ’1982d0cc561912d685a0c2dbe58bc19f50bae231’
    

    * commit ’1982d0cc561912d685a0c2dbe58bc19f50bae231’ :
    fate : Add test for MTS2/MSS4

    The timestamps differ because we use a more appropriate timebase.

    Merged-by : Clément Bœsch <clement@stupeflix.com>

    • [DH] tests/fate/microsoft.mak
    • [DH] tests/ref/fate/mts2
  • ffmpeg - Live stream to web browser [on hold]

    21 octobre 2016, par Sreejith C M

    I was looking for a solution to stream my desktop live on my Windows system and found out ffmpeg is a good solution using dshow and everything is working fine and well. I’m using a C# wrapper for ffmpeg to record my desktop and I can save it in a local file.

    The problem I have is that, I have to watch the stream on my Web browser ( Chrome / Firefox ). I can’t use Media Server’s like wowza, red5 and also can’t use ffserver.

    I tried the ffmpeg wiki https://trac.ffmpeg.org/wiki and documentation but couldn’t figure out how to do this.

    Please help me to figure out this, how I can do this.