
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (43)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)
Sur d’autres sites (8981)
-
Server to Browser Audio Streaming
20 mai 2020, par Dan P.My web app processes audio on the server-side with FFMPEG filter commands.



Right now, the user uploads a file, then the whole file is processed, and then a .wav file is returned for download.



I am looking to improve the app by adding real-time playback, so the user doesn't have to wait for the entire file to be ready to be able to listen to the changes.



It would go like this :



- 

-
The user uploads a file
-
The user selects a "start" time of the audio, say 0:00, and clicks play
-
The server would start processing the audio from that time and stream it back in real-time









Any guidance appreciated, it's been quite hard to weed out the useless information from the useful so far. I believe that I would need to use the JS
AudioContext
API to play a buffer as it comes, along withWebSockets
. Perhaps thefs
module in Node.

-
-
fate : Add tests for RealAudio 1.0 (14.4) and RealAudio 2.0 (with 28.8)
21 juillet 2014, par Katerina Barone-Adesi -
ffmpeg : 1 frame manipulation on demand
7 juillet 2013, par Chris RussoHello folks & friends of SO !
We need to create a small application to take a random frame from a video, and apply some modifications to it, in real time.
This has to be done in real time, and in order to do that, we wouldn't mind to create some initial delay, before the video starts streaming. So let's assume we have a total of 6 seconds of preloading time, in order to :
1) extract a keyframe.
2) create an image with it.
3) manipulate the image.
4) replace the original keyframe with the new one.The point (3) of the previous algorithm is already solved using GD as a PHP module. However we would need to find a solution for the rest of the procedure in order to accomplish this.
Please if anyone is available to help us with this, feel free to contact me.
Thanks in advance ;
Chris C. Russo