Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (102)

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

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

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

  • Anomalie #2521 : Images dans upload et portfolio

    3 février 2012, par Suske -

    J’ajoute :

    En passant par le module documents de spip3, on peut insérer en quelques secondes 500 photos issues de /upload (c’est testé et rapide !) mais après, une fonctionnalité permettant un traitement global, par paquets de docs, serait un grand plus. Genre pouvoir sélectionner ou indiquer un (...)

  • How to configure ffmpeg for streaming videos from Red5 into Youtube using youtube-v3-api ?

    28 mai 2018, par Alfonso Valdes

    You’ll see my problem is next :

    Currently I’m working to configure youtube-v3-api for live streaming of .flv videos on my Youtube channel using Red 5 service as stated on next link https://www.red5pro.com/docs/server/ffmpegstreaming.html, this is using next commands for streaming on Linux :

    ffmpeg  -i rtmp://127.0.0.1:1935/live/streamname live=1 timeout=2 -vcodec libx264 -s 640x480 -vb 500k -acodec libfdk_aac -ab 128k  -f flv rtmp://a.rtmp.youtube.com/live2/{Stream name/key}


    ffmpeg -rtsp_transport tcp -i rtsp://127.0.0.1:8554/live/streamname -acodec copy -vcodec copy -f flv rtmp://a.rtmp.youtube.com/live2/{Stream name/key}

    On this, neither RMTP nor RTSP protocols are working for streaming. Also, I have tried several codecs for audio and video configuring different sizes for each one of them, but none of those have worked.

    The root streaming videos are generated by an IOS/Android app still on development phase.

    The problem comes when no video is displayed on Youtube screen, regardless the video is being sent by Red5 (I confirmed this on my Red5 dedicated server on AWS) and received correctly by Youtube (confirmed by validating on Console), so I have come into a dead end on which I hope you could help me get through.

    Any idea of what could be a possible solution ?

    Thank you.

  • Facing libavfilter error while doing cmake for NVIDIA-DALI library on ubuntu version

    27 avril 2019, par vamsi

    — Installed OpenCV 3.4.4 which NVIDIA DALI recommended.
    — below link for NVIDIA DALI reference.
    https://docs.nvidia.com/deeplearning/sdk/dali-developer guide/docs/quickstart.html
    — below link for OpenCV installation :
    https://www.pyimagesearch.com/2018/05/28/ubuntu-18-04-how-to-install-opencv/

    —NVIDIA DALI using below versions :
    -DALI version : 0.10.0dev
    -Found PythonInterp : /usr/bin/python (found version "2.7.15")
    -Found CUDA : /usr (found suitable version "9.1", minimum required is "8.0")
    -Found OpenCV : /usr/local/include ;/usr/local/include/opencv (found suitable version "3.4.4", minimum required is "2.0")

    ---This is the error(No package ’libavfilter’ found) i am getting.

    • Found CUDA : /usr (found suitable version "9.1", minimum required is "8.0")
      - Building WITHOUT nvJPEG
      - Building WITHOUT JpegTurbo
      - Found OpenCV : /usr/local/include ;/usr/local/include/opencv (found suitable version "3.4.4", minimum required is "2.0")
      OpenCV libraries :
      opencv_core ;opencv_imgproc ;opencv_imgcodecs
    • Found PythonLibs : /usr/lib/x86_64-linux-gnu/libpython2.7.so
      - pybind11 v2.2.4
      - Found Protobuf : /usr/lib/x86_64-linux-gnu/libprotobuf.a ;-lpthread (found suitable version "3.0.0", minimum required is "2.0")

    • Enabling TensorFlow TFRecord file format support

    • Found PkgConfig : /usr/bin/pkg-config (found version "0.29.1")
    • Checking for module ’libavformat’
    • Found libavformat, version 58.20.100
      - Checking for module ’libavcodec’
    • Found libavcodec, version 58.35.100
      - Checking for module ’libavfilter’
      No package ’libavfilter’ found

    CMake Error at /usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:415 (message) :
    A required package was not found
    Call Stack (most recent call first) :
    /usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:593 (_pkg_check_modules_internal)
    cmake/Dependencies.cmake:176 (pkg_check_modules)
    CMakeLists.txt:45 (include)
    - Configuring incomplete, errors occurred !
    See also