Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (101)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (9913)

  • Video Surveliance application by connecting DVR

    14 mai 2014, par iMOBDEV

    I 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.

  • Android Mobile Cam as a IP Camera [Xamarin]

    3 février 2018, par undefined

    I 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.

  • Will streaming through RTSP affect normal UDP communication ?

    8 mai 2015, par Nyaruko

    I 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 ?