
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 (62)
-
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 (...) -
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
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 (...)
Sur d’autres sites (7232)
-
How to stream live from iphone camera to server using rtsp ?
12 septembre 2014, par Vishal GuptaI am using AVCaptureSession to record a video and audio of user. I am getting real time video and audio streams independently. I am able to encode them using h264 encoder and aac encoder respectively. Now I am not getting how to multiplexing them both and make a stream ? How to send them to specific server url which is protected by userName and Password ? If it can be done using RTMP also then also it’s fine.
I have taken a reference from here ! But I am not getting much out from this.
Is there any RTSP library project which can help me ?
I have been struggling in it from a long.
Is there any solution to my problem ?
Thanks in advance.
-
Create a video stream from bitmap [on hold]
24 novembre 2017, par WijayaI’m developing a real time web application which takes sequence of images as input and stream it to multiple clients over internet. My C# application takes sequence of jpg images in 30 fps and converts it to a bitmap array. Application continually generates bitmaps.
Since my application has to run on a windows server I can’t use ffserver (FFmpeg media server) for my purpose.
My requirement is to create a video memory stream from a bitmap array and stream it to clients in real time.
Any help would be really appreciated.
-
Avoid caching files inside web folder
14 octobre 2019, par JoakDAI have a real time application working with Symfony 4 and ffmpeg. It works great in development environment, but it hangs on production because the cache.
Through ffmpeg, I write a mpd file from a RTSP stream in my /public/build/video folder.
I need to avoid caching this mpd because it always changes while the real time video is displayed (ffmpeg is running on background).
Please, could you help me to exclude "/public/build/video" folder and its content to be cachable.
Find attached a screenshot :
Thanks