
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (111)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...)
Sur d’autres sites (13258)
-
Will streaming through RTSP affect normal UDP communication ?
8 mai 2015, par NyarukoI am programming a ground control station for a drone.
Originally all the data/command communication is through UDP between the PC and the drone.
Now I am trying to stream video from a IP camera I put on the drone, the video is 640*480 mpeg video.
And the protocol is RTSP, so I am thinking of using FFMPEG.
The IP camera, the drone and my PC is all connected to a router.
The Ip camera, the drone and my PC all have different IP address.My question is, in this case, usually, will the streaming affect my data/command communication through UDP and even cause it un-usable ?
-
Android Mobile Cam as a IP Camera [Xamarin]
3 février 2018, par undefinedI have a requirement where I need to use my android device as an IP Camera. I have a specific device X that listens to a stream through an URI (e.g. http://10.20.20.20:2010/cam) where 10.20.20.20 is the IP Address of my mobile device.
My target is to be able to start a server on the specified URI and as soon as I start the camera using my application, the device X should start receiving the feed. I searched for FFMPEG but could not find some examples.
I have to develop this using xamarin.
Any pointers will be helpful.
-
Video Surveliance application by connecting DVR
14 mai 2014, par iMOBDEVI am trying to connect to the DVR so that I can view video recording on my IOS device, I tried to search a lot but could not find a single useful link to move ahead with connecting to the DVR. I found that, it can be done using FFMPEG, but could not be able to do what to do and how to do.
What I need to do is : connect to the IP address and port where the DVR is configured, give username and password for that DVR to connect to the DVR. Something like following link :
https://itunes.apple.com/en/app/vmeye/id365532547?mt=8
Guide me with useful links to move ahead with connecting to the DVR.