
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (97)
-
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)
Sur d’autres sites (9900)
-
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.
-
How can I CORS enable with callback function using golang ? [closed]
24 juin 2021, par mr jonyHow can I CORS enable remote server that means video streaming from remote server or IP address ? I want to CORS enable using callback function using GOLANG.