Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (60)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

Sur d’autres sites (9129)

  • Android Media player/framework species

    4 septembre 2018, par sungyong

    I’m confused about species of media player/framework/library of Android and it’s role and positions.

    Here is my understanding about Android media player and framework.
    enter image description here

    I don’t have confident what I understand, still be under the chaos.

    From Android developer’s guide,
    for application side : apk uses Application Framework which has two players - MediaPlayer, ExoPlayer

    for Native framework side : it has also various players - Nu, awesome, etc.

    There’re some query for gstreamer vs ffmpeg, ffmpeg vs vlc, or exoplayer vs vitamio. It makes me more confusing.

    Would you clearify me to get the right concept for them ?
    If my android custom device use ffmpeg, that means it doesn’t use standard Android media framework ?

    For stagefright engine, there is no alternative for this ?

  • where to get precompiled binaries for Sox resampler library for android ?

    14 juillet 2017, par kc ochibili

    I have been using a sox precompiled binary from here https://github.com/guardianproject/android-ffmpeg-java/tree/master/res/raw

    but that binary only supports one cpu architecture. I am using a Galaxy s8 for testing so I need a binary that would support x86 and all other architecture including

    I have tried building the soxr library by my self but I encountered too many errors.
    So I am looking for a link to download a precompiled binary for sox.

  • ffmpeg live stream to website html5

    31 août 2013, par roastbeef

    what I want to do is use a webcam or screen capture and broadcast to my site. Ive heard about apple's http streaming but i'm not interested because it's support seems limited. Can someone guide me into the right direction ? I would live to use html5 video. thanks