
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (55)
-
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
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 (8826)
-
How can I stream images from a remote server to a mobile app in real-time ? [closed]
1er mars 2024, par Tharunkumar AmpoluI have a setup where I connect to a remote server via SSH to retrieve images captured by a robot. Currently, I am using scp to transfer these images to my local system, where I then use FFmpeg to convert them into a video for storage.


However, I would like to explore the possibility of converting these images into a video on-the-fly as they are added to the remote server folder, with the goal of streaming this video feed to a mobile app.


My requirements are as follows :


The image stream needs to be transmitted to the mobile app in real-time.
I would prefer to avoid storing the images locally and instead stream them directly from the remote server to the mobile app.
The streaming solution should be scalable and support a high frame rate (30fps).
Could anyone suggest an approach or provide guidance on how to achieve this ? Specifically, I'm interested in methods for continuously converting images into a video stream on the remote server and then streaming this video feed to a mobile app in real-time.


Any insights, code examples, or recommendations for tools and libraries that could help accomplish this task would be greatly appreciated.


-
How to merge audio with the processed video for real time streaming ?
23 septembre 2019, par PadfootI am detecting objects on a RTMP video+audio stream. The output, object detected video stream doesn’t contain audio in it. How to merge the audio back to the output for real-time video+object streaming output ?
I am using YOLO in darknet C framework. The FPS is 40. Also the output stream needs to be in 25-30 FPS.
-
Input command for real time video streaming with ffmpeg
15 mars 2018, par Eric Marchetti SantosMy real time application renders an image into a byte[] every frame and I want to feed it into a RTP video stream using ffmpeg. However, the tutorials/documentations I find either refer to a device or application (-i video="Some device") or to files in the hard drive. Is it possible to send the frame data from code to a ffmpeg stream ?