Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • ffmpeg inside chrome extansion

    16 août 2021, par Denis Dombrovski

    hello I am trying to use the ffmpegwasm/ffmpeg.wasm library inside chrome extension
the library is loaded inside react component that is located inside an iframe

    


    the problem is when I try to load I got an error that I cannot download the core files enter image description here

    


    I tried to use the example library for chrome extension but also got an error "Uncaught (in promise) ReferenceError : SharedArrayBuffer is not defined error. "

    


    the files are web_accessible_resources inside the manifest

    


    I am using manifest version 3

    


  • How can I play Encrypted HLS video on 2 domains hosted on 2 servers ?

    2 septembre 2021, par Aamir Bashir

    I have a LMS deployed on 2 different domains that are hosted on 2 servers. One is VPS bought for hosting videos and other is a shared hosting server. LMS is deployed on both. I used FFMPEG to create encrypted HLS videos on VPS using a key stored on VPS. Now these videos are working fine on VPS but when I use the video URL to play it on shared hosting LMS, it gives error "The media could not be loaded, either because the server or network failed or because the format is not supported".

    


    KEYINFO file contains the path to key on VPS server.
I am using Video-js and its plugins to play HLS videos.

    


    Is there anyway to play these encrypted HLS videos on both domains ?

    


  • FFMPEG astats not printing to txt files

    18 novembre 2022, par At Bay

    I used this command :

    


    ffmpeg -i input.wav -filter astats,ametadata=mode=print:file=metadata.txt -f null -


    


    But the txt file is blank, and the results show up in the cmd prompt window.

    


    When I do the same exact command with the apsectralstats filter, I get a loaded txt file.

    


    ffmpeg -i input.wav -filter astats,ametadata=mode=print:file=metadata.txt -f null -


    


    Don't understand where I'm going wrong with the syntax.