Recherche avancée

Médias (91)

Autres articles (107)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

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

  • RTSP streaming on Android client using FFMpeg

    10 août 2013, par rurtle

    I am working on a hobby project the goal for which is to develop an Android application capable of streaming live feeds captured through web cams in a LAN setting using FFMpeg as the underlying engine. So far, I did the following -

    A. Compiling and generating FFMpeg related libraries for the following releases -

    FFMpeg version : 2.0
    NDK version : r8e & r9
    Android Platform version : android-16 & android-18thisthisthisthis
    Toolchain version : 4.6 & 4.8
    Platform built on : Fedora 18 (x86_64)

    B. Creating the files Android.mk & Application.mk in appropriate path.

    However, when it came to writing the native code for accessing appropriate functionality of FFMpeg from the application layer using Java, I'm stuck with following questions -

    a) Which all of FFMpeg's features I need to make available from native to app layer for streaming real-time feeds ?
    b) In order to compile FFMpeg for Android, I followed this link. Whether the compilation options are sufficient for handling *.sdp streams or do I need to modify it ?
    c) Do I need to make use of live555 ?

    I am totally new to FFMpeg and Android application development and this is going to be my first serious project for Android platform. I have been searching for relevant tutorials dealing with RTSP streaming using FFMpeg for a while now without much success. Moreover, I tried the latest development build of VLC player and found it to be great for streaming real-time feeds. However, it's a complex beast and the goal for my project is of quite limited nature, mostly learning - in a short time span.

    Could you suggest some pointers (e.g. links, documents or sample code) on how can I write the native code for utilizing FFMpeg library and subsequently use those functionality from the app layer for streaming real-time feeds ? Moreover, will really appreciate if you could let me know the kind of background knowledge necessary for this project from a functional standpoint (in a language agnostic sense).

  • Revision 3556 : Le streaming mp3 fonctionne sur firefox (pas sur chrome ni sur Opera, ni ...

    9 juin 2010, par kent1 — Log

    Le streaming mp3 fonctionne sur firefox (pas sur chrome ni sur Opera, ni très certainement sur IE), c’est un début

  • Streaming H264 over RTP using FFMPEG libraries

    25 octobre 2018, par Batuhan Erol

    I am fairly new to H264 and RTP, and also FFMPEG.

    I have created a desktop streaming program over RTP which uses H264 encoding using ffmpeg fork of libav libraries. I also generated an SDP file in order to play it with VLC and it can play the stream fairly well. Which is all good.

    The problem I am facing is how to transmit this SDP using FFMPEG libav ? I can try to create RTSP server using curl but is there a way to accomplish this using ffmpeg libav only ?