Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (44)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (2917)

  • Révision 21557 : Accessibilité : quand un formulaire est dans une zone aria-live="true", le scree...

    20 septembre 2014, par cedric -

    On pose tous ces attributs aria en JS, pour ne pas risquer d’avoir l’un sans l’autre.

  • how to make live streaming for multiple clients

    19 septembre 2014, par Abdulrahman Alcharbaji

    I have new project to do and I need some help to know where to start.
    I have more than 1000 DVR each with 4 channels, I need to be able to do live streaming for multiple clients, and clients could be android,iPhone or windows.
    Now throw searching i tried to check ffserver and ffmpeg but i couldn’t find much references to guide me throw a solution for my problem.
    NOTE : the DVRs streaming with h.264 encoding.

    So Please can anybody help me by guiding me for a start or some good references about this particular issue.

    Many Thnaks

  • How to start live streaming on Mac using FFMPEG ?

    3 août 2014, par Alexandra Chis

    I am working on a MAC OS X Lion 10.7.5.

    How to properly install FFMPEG ?

    What I did :

    ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
    brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools

    and even (I think this should work, but it doesn’t)

    brew install ffmpeg

    Nothing works...I can’t list the inputs, I can’t start the streaming from the USB camera, I can’t do anything.

    ffmpeg -f video4linux2 -s 320x240 -i video="USB cam":audio="USB mic" -f oss -acodec libvorbis -vcodec libvpx -f webm http://localhost:1234/streaming

    The errors I get look like this :

    unknown input format 'video4linux'

    and the same happens for alsa, openal, vfwcap etc.

    So did anyone try live streaming with FFMPEG from MAC ?
    How to install FFMPEG so that is supports video4linux2 or v4l2 or any input format at all ? How to list the devices (USB webcams or integrated webcams) ?