Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (36)

  • 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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • Legal issues in shipping apps based on Electron framework (libffmpeg)

    21 juin 2021, par Manmohan Singh

    We're in the process of building and deploying a desktop based app on electron v 12.0.7. It'll be a (free) commercial software deployed to 2-3M users worldwide.
Recently our legal team enquired about the proprietary codecs bundled with chromium and I thought the best way to confirm this would be to reach out here.

    


    So, here're specific things that I need help with :

    


      

    1. Are we shipping chromium with proprietary codecs ? If yes, what are potentially contentious codecs that come by default in chromium bundled with electron v 12.0.7 ?

      


    2. 


    3. Is there any documentation around how the electron team builds chromium (with what flags) ?

      


    4. 


    5. Is the default libffmpeg.dylib/dll bundled with electron building ffmpeg with support for things like H.264 and MP3 codecs ?

      


    6. 


    7. I noticed there are libffmpeg binaries available with each electron build, e.g. https://github.com/electron/electron/releases/download/v12.0.7/ffmpeg-v12.0.7-darwin-arm64.zip . What's the purpose of this binary ?

      


    8. 


    


    Any help would be appreciated.

    


  • Electron HLS video streaming mkv file from URL

    26 février 2024, par Ali Rahmani

    I am developing an Electron application and I need to play mkv video files from a URL like http://example.com/videos/test.mkv in my Angular front-end ; but the problem is that the native HTML tag does not support mkv files.
I have tried integrating video.js, hls.js and wcjs-player but I couldn't make it work.

    


    Since I'm developing using Electron, I tried converting mkv files to mp4 using ffmpeg on the fly, send it to the renderer ipc and recieve it in Angular, but I couldn't make that work either.

    


    I'm lost and would appreciate any help.

    


    tldr ; I want to be able to stream mkv files from url using Electron and Angular.

    


  • Is Electron using a custom-licensed libx264 variant ?

    13 septembre 2016, par JohnW

    Electron is providing a few variants of FFmpeg.

    The variant I have seems to handle H264 just fine, which it does using libx264 apparently.

    The question is simple : Do electron developers have a special deal with VideoLan to provide an MIT licensed FFmpeg with x264 ?

    I am asking because VideoLan seems to dual-license libx264 (GPL and custom license) so it is possible that there is a deal.

    According to this link however the answer may very well be "no".