
Recherche avancée
Autres articles (50)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (6367)
-
Read H264 Bytestream from Spring Boot to Angular
22 février 2023, par AktharI have a socket connection from which I receive an H264 byte stream from a camera, I need a way to transmit the bytestream to my front-end Angular application. How can this be achieved ?


-
How to stream a live video using Spring Web ?
25 janvier 2023, par isaricI am trying to relay an RTSP stream as a normal video stream over http. First, I remux the stream to mpeg4 using ffmpeg and pipe to stdout. Now I want to serve that stream over a Spring Web endpoint. The idea is similar to this example in JavaScript here.


How to do this using Spring Web ?


-
how to Extract Audio from video with spring boot java in linux or windows system with ffmpeg coding part need guidance
2 décembre 2022, par Makarand BurudI got this command but don't know the how to configure it for project on command line ?


String[] command = "-y", "-i", filename, "-vn",
"-ar", "44100", "-ac", "2", "-b:a", "256k", "-f", "mp3" + fileStorageLocation ;