Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (47)

  • 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

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (5406)

  • Android live streaming [on hold]

    26 mai 2015, par Kelvin

    I’m currently on a project which is about to develop a android app to view surveillance camera’s live stream through internet. I know when the video stream transferred through internet will not be a 0 second delay live stream and the legacy could be high.

    The current structure of the system is : the traditional surveillance(cameras+NVR+storage ...) + broadcast server + app. The broadcast server will get streams from cameras\NVR\Storage. It supports RTSP\HTTP\RTMP.

    I googled it for two days, and I found some ways to do this.
    The first way is to use webview + js player. The second way is to use the video view and the Third way is to use FFMPEG or other libraries.

    My questions are :

    Can video view play live stream with url like "rtsp ://172.22.35.161:8554" ? All the tutorial I found is about play a video file using rtsp protocol.

    How’s the performance of using webview + js player (or Html5 player) ? Any suggested player I can use ?

    If using the FFMPEG or other libraries, is there any suggested library or tutorial ?

    Thanks for your patient of reading my question and thanks for you help in advance.

  • Live Stream from FFMpeg Not playing on mobile [on hold]

    3 mai 2016, par Avishek Sharma

    The following piece of code plays the live stream on the browser but not on the mobile.

    ffmpeg -re -i input.mp4 -c:v copy -c:a copy -f flv "rtmp url"
  • How to use ffmpeg library for live streaming in ios [on hold]

    10 mai 2016, par Sunil Sharma

    I build FFMPEG library in my project with the help of this link but I don’t have any idea how to use FFMPEG how to send video to server ?
    I have to live stream from iphone so video frames need to send to rtmp server.How to do this using librtmp library ?
    Any tutorial or library link will be help for me.