Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (105)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

Sur d’autres sites (12961)

  • Anomalie #3523 : Gestion des plugins avec spip 3.0.20

    4 août 2015, par Philippe MARECHAL

    Bonsoir et merci pour les retours.

    Le phpinfo est visible à cette adresse : http://pmarechal.fr/phpinfo.htm.
    La section zend opcache contient la conf opcache.

    Je suis sous PHP 5.5 (mais un autre hébergé a le même pb en 5.4) avec MySQL

    Concernant mon site :
    nativement sous SPIP 3.0.x, mis à jour au fur et à mesure de la sortie des nouvelles versions.
    La 3.0.20 fonctionnait sans pb jusqu’à la mise en place chez mon hébergeur Web4all d’un serveur dédié à l’administration des CMS (et utilisant opcache).
    Je suis ensuite passé à SPIP 3.1 beta, build 22323 (je suis un peu en retard...) pour voir si ça changeait quelque chose, mais le pb de lenteur est resté

  • how to list filenames and durations of a various audio files on a server using PHP [duplicate]

    7 avril 2015, par user1522247

    This question already has an answer here :

    I have a folder full of audio files, a mix of mostly wma, mp3, wav, but also some obscure files like DS2 and aiff, on a VPS. The folder updates every day.

    I am running a php based website using apache and MYSQL.

    Is there anyway I can extract or somehow display a list of the audio files along with file durations for each ?

    I ideally need a solution that would allow a relatively non technical person to extract the data on a daily basis. So I’m thinking of displaying the data via a php file ?

  • What is a good/simple way to obtain a stream of song metadata from an online radio station ?

    29 juin 2022, par esp

    What is a good/simple way to obtain a stream of song metadata (artist names and song titles etc.) from an online radio station ? Just the metadata, not the data (media). On bash command-line for now, thinking of getting it to a database (eg MySQL) in future.

    


    I have had success using FFMpeg to do this (simply FFMpeg -i <streamurl></streamurl>). However it only reports the song playing once - when it is run. If I specify an outputfile (e.g. -f null -) then it continues to run but does not report any updates to the "now playing" metadata. If I do not specify an output file then, after reporting that metadata, it quits (which in my case is more useful !).

    &#xA;

    I can imagine one way round this would be to make a polling-loop, say every 10 seconds, only reporting when the metadata has changed (since the previous time). Does anyone have a battle-tested example ?

    &#xA;

    But is there a better (or cooler way) to achieve this ?

    &#xA;