
Recherche avancée
Autres articles (54)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (8437)
-
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 ;


-
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 ?


-
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 ?