
Recherche avancée
Autres articles (71)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
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 (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (8634)
-
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
-
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.
-
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.