
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (56)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip 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 2011MediaSPIP 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, parMediaSPIP 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 (5100)
-
Can't Read/Write to flash drive using NodeJS on Raspberry PI
2 novembre 2022, par swerlyI've got my flash drive mounted and modified my /etc/fstab file to automatically mount the drive, and I can run commands from the CLI and read/write to the drive just fine.


As soon as I try any of the same commands using below methods within my node app (running from local storage), nothing is happening. No errors are thrown, nothing is written to/ read from the drive and the system acts like all is normal and just continues with the program :


childProcess.exec('ffmpeg -f alsa -ar 48000 -ac 1 -i plughw:1,0 -acodec flac /mnt/usb/recordings/test.flac');



var args = ['-f', 'alsa', '-ar', '48000', '-ac', 1, '-i', 'plughw:1,0', '-acodec', 'flac', '/mnt/usb/recordings/test.flac'];
recorder = childProcess.spawn('ffmpeg', args);



Are there any other steps necessary to allow nodejs to access the flash drive ?


-
Flash : Added a new 'error[name=clipboard-error]' event
13 décembre 2014, par JamesMGreeneFlash : Added a new ’error[name=clipboard-error]’ event
This event fires after the aftercopy event but before the click bubbled event.
It is only fired if errors occurred in Flash during the clipboard injection.Fixes #245
-
Notes on MTASC binaries (Flash 8 compilation)
24 septembre 2011, par Scott Schillerm build.xml Notes on MTASC binaries (Flash 8 compilation)