Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (43)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

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

  • How do I fix a 401 Unauthorized error when executing the ffmpeg command on a CentOS 7 system with RTSP input ? [closed]

    24 mai 2023, par user21950974

    Execute the command :
ffmpeg -re -rtsp_transport tcp -i "rtsp://username:password@ip:port/h264/ch1/main/" -f flv -vcodec h264 -vprofile baseline -acodec aac -ar 44100 -strict -2 -ac 1 -f flv -q 10 "rtmp://localhost:10001/live/mystream"

    


    Error code :
[rtsp @ 0xf4f540] method DESCRIBE failed: 401 Unauthorized rtsp://username:password@ip:port/h264/ch1/main: Server returned 401 Unauthorized (authorization failed)

    


    ffmpeg version 5.1.3

    


    This question has been bothering me for two days.
I used VLC on Windows to type in the same RTSP address and it was able to play

    


  • avdevice/xcbgrab : Fix show_region rectangle

    7 décembre 2014, par Daniel Moran
    avdevice/xcbgrab : Fix show_region rectangle
    

    Fixes trac ticket #4164

    This is to address an error when using show_region, which would cause part of the captured area to become static.
    It looks like the rectangle specifying the capture area was relative to the capture window.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavdevice/xcbgrab.c
  • lavf/mp3enc : don’t abort if audio packets can’t be buffered

    27 août 2014, par James Almer
    lavf/mp3enc : don’t abort if audio packets can’t be buffered
    

    Instead skip the picture streams and flush the queued audio packets.
    Should address ticket #3851.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/mp3enc.c