
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (73)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (6412)
-
How to use x264 encoder in Ant Media Server v2.5
26 février 2023, par farawayAnt Media Server starts to use OpenH264 as a software encoder in v2.5 but I need to use x264. How can I use x264 in Ant Media Server v2.5 ?


https://github.com/ant-media/Ant-Media-Server/releases/tag/ams-v2.5.0
https://antmedia.io


-
Separating webserver and processing server
6 mars 2020, par John DoeI would like an architecture design advice.
I have a projet composed of a public Node.JS API server (handling client HTTP browser requests)
The purpose of my project is to convert an image to a video (I do this using ffmpeg as CLI and it can take some time)
The business workflow should be the the following :
1) A user sends an image URL and his email (as POST parameters) to the API
2) The API should responds "OK 200" and send later an email containing a video of the image
Here is my idea (and what my current program does) :
1) The nodeJS API directly responds "OK 200" to the client
2) The nodeJS server asynchronously downloads the image using npm axios library, then saves that image to current directory, then asynchronously launchs a heavy tool that convert
the image to a video (can take some time), then sends an email to the client.In my design everything occurs on the same server (NodeJS API).
I think this isn’t a good design at all and I should separate the Nodejs HTTP API and the heavy tasks video processing server.
However, this separation means communicating image from a server to another one and i don’t know how to do that.I think there are useful services that I could use on AWS but I don’t know which one and how.
Would it be possible to help me in the design of this application (and which cloud services could I use ?)
-
Red5 Server Recording issue
23 juillet 2015, par Parul SharmaI am Trying to publishing a rtmp stream encoded with x264 Lib. the stream is recording but I am trying to connect a flash client to play this stream the stream is not working many times but when I am finishing the recording and try to connect this stream the stream is wirking well. Can any body help Me . My media server is Red 5 Server. I am using the Java based Recording Client. And the Player is based on Flash.