Recherche avancée

Médias (0)

Mot : - Tags -/performance

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (103)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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 (...)

Sur d’autres sites (15773)

  • How do I debug on Google Home Hub ?

    19 décembre 2018, par Sheng Ching Lin

    I have built a Google Home Action which is able to display the streaming of the camera. However, I found that some of the streaming of camera are unable to be played. I cannot see any error log so I don’t know how to fix this issue. Can someone help me solve this ? Here is the sample hls streaming url, which is generated by ffmpeg :

    http://52.32.202.112/html/stream.m3u8

  • ffmpeg installed via snap return cannot create user data directory : /home/user/snap/ffmpeg/1286 : Permission denied

    10 juin 2021, par Jintor

    I just installed ffmpeg via snap

    


    when I log to any user and I do snap run ffmpeg -i anyfile

    


    i always see cannot create user data directory : /home/user/snap/ffmpeg/1286 : Permission denied

    


    how can this be fixed ?

    


  • How do IP camera stream video across home network

    22 janvier 2018, par Ouroboros

    My question is how do the IP camera stream the data from home network to public network. Here’s how I think it can be done :

    1. If I’d to set up something like this using a raspberry pi camera module. I’d probably use port forwarding on my Access Point/Wifi Router. However, clearly, this is not a scalable solution, and there must be something else that off the shelf IP cameras must be doing.

    2. One option is to stream the video (using ffmpeg) to a remove server, and then that remote server can probably again "re-stream" that ? -If this is indeed the case, how is it done ?

    I understand backend architecture very strongly, and have developed fairly complex onces so I do want a fairly technical answer for this one.