Recherche avancée

Médias (91)

Autres articles (72)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque 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, par

    Accé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 (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (8801)

  • rtsp method SETUP failed : 453 Not Enough Bandwith

    29 avril 2017, par Eric Zhang

    On my raspberry pi 3+B, I’m using ffmpeg+ffserver to streaming two cams.

    I run both commands at the background :

    raspivid -o - t 0 -w 640 -h 480 -fps 25 -n | ffmpeg -i - -crf 26 -preset ultrafast http://localhost:1234/feed1.ffm
    python cam.py | ffmpeg -f rawvideo -vcodec rawvideo -s 80x60 -pix_fmt bgr24 -r 26 -i - -an -vcodec libx264 -preset ultrafast http://localhost:123/feed2.ffm

    I have a laptop running a python script to read cam from raspberry pi via wireless.

    When I read them individually, Each of them works fine. However, I get rtsp method SETUP failed: 453 Not Enough Bandwith when I try to read them at the same time.

    Any idea ?

    Thanks

  • rtsp method SETUP failed : 453 Not Enough Bandwith

    23 janvier 2018, par Eric Zhang

    On my raspberry pi 3+B, I’m using ffmpeg+ffserver to streaming two cams.

    I run both commands at the background :

    raspivid -o - t 0 -w 640 -h 480 -fps 25 -n | ffmpeg -i - -crf 26 -preset ultrafast http://localhost:1234/feed1.ffm
    python cam.py | ffmpeg -f rawvideo -vcodec rawvideo -s 80x60 -pix_fmt bgr24 -r 26 -i - -an -vcodec libx264 -preset ultrafast http://localhost:123/feed2.ffm

    I have a laptop running a python script to read cam from raspberry pi via wireless.

    When I read them individually, Each of them works fine. However, I get rtsp method SETUP failed: 453 Not Enough Bandwith when I try to read them at the same time.

    Any idea ?

    Thanks

  • I'm installing paraview from source. I don't have a previous installation but I get a CMake error

    4 novembre 2014, par MadHatter

    CMake Error : The following variables are used in this project, but they are set
    to NOTFOUND.
    Please set them or make sure they are set and tested correctly in the CMake
    files :
    /home/uma/projects/ParaView/VTK/IO/FFMPEG/FFMPEG_INCLUDE_DIR
    used as include directory in directory
    /home/uma/projects/ParaView/VTK/IO/FFMPEG
    FFMPEG_avcodec_LIBRARY (ADVANCED)
    linked by target "vtkIOFFMPEG" in directory
    /home/uma/projects/ParaView/VTK/IO/FFMPEG
    FFMPEG_avformat_LIBRARY (ADVANCED)
    linked by target "vtkIOFFMPEG" in directory
    /home/uma/projects/ParaView/VTK/IO/FFMPEG
    FFMPEG_avutil_LIBRARY (ADVANCED)
    linked by target "vtkIOFFMPEG" in directory
    /home/uma/projects/ParaView/VTK/IO/FFMPEG
    FFMPEG_swscale_LIBRARY (ADVANCED)
    linked by target "vtkIOFFMPEG" in directory
    /home/uma/projects/ParaView/VTK/IO/FFMPEG

    I have all the required libraries installed. I followed http://www.paraview.org/Wiki/ParaView:Build_And_Install instructions for installing paraview. ccmake $HOME/projects/ParaView4 from ParaView-bin gave me the error. Any help is appreciated !