Recherche avancée

Médias (91)

Autres articles (74)

  • 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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (9523)

  • ffmpeg and ffserver live stream to HTML5

    19 novembre 2016, par andrixnet

    What would be the setup for a reasonably supported live stream with ffmpeg and ffserver ?

    I mean I know ffmpeg can’t live stream MP4.
    It can live stream flv, but that requires flash plugin.
    I’ve read about HLS which is specific for Apple target devices.

    My target is mostly windows PC/laptop (Firefox, Chrome, Opera, optionally MSIE 10+) and Android smartphones (android 4+).
    Mac OSX and iOS devices are of little interest, if it works, ok, but not a requirement.

    On the playback side the target is pure HTML5 with <video></video> tag. No Flash.
    On the server side : ffserver.
    On broadcast side : ffmpeg with capture device as video and audio source.

    Can anyone suggest a configuration for ffmpeg+ffserver ?

  • Trailing slashes. Live WWW homepage.

    28 novembre 2014, par scottschiller
    Trailing slashes. Live WWW homepage.
  • hls live streaming using ffmpeg in iOS

    25 mars 2015, par chetan

    I am new to ffmpeg and I am trying to create live streaming app (HLS) and I want Live broadcasting rather than VOD.

    I am able to use ffmpeg through terminal and create .ts files from m4v but I am not getting how to achieve the same thing in iPhone.

    My approach is to create .ts files at iPhone end and then send it to server.

    I am not sure if this approach is correct, If this correct how I can create .ts files then otherwise what’s the right approach ?