Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (47)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (8732)

  • Merge commit ’58a868968df445068a143f327ced03b6a02baf0d’

    6 décembre 2013, par Michael Niedermayer
    Merge commit ’58a868968df445068a143f327ced03b6a02baf0d’
    

    * commit ’58a868968df445068a143f327ced03b6a02baf0d’ :
    FATE : drop the last partial frame in the wmv8-drm test

    Conflicts :
    tests/ref/fate/wmv8-drm

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

    • [DH] tests/fate/microsoft.mak
    • [DH] tests/ref/fate/wmv8-drm
  • gst-inspect-1.0 do not see avdec_h264

    16 octobre 2020, par Marat Zakirov

    Previously I installed gstreamer via conda and its (good) plugins&#xA;next I installed gst-libav via sudo apt-get install gstreamer1.0-libav next I used apt-file list gstreamer1.0-libav to see installation path and found it to be /usr/lib/x86_64-linux-gnu/gstreamer-1.0/ next I read running gstream manual and then

    &#xA;

    GST_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/gstreamer-1.0/ gst-inspect-1.0 avdec_h264&#xA;&#xA;(base) marat@user-System-Product-Name:~$ ls -lh /usr/lib/x86_64-linux-gnu/gstreamer-1.0/ | grep av&#xA;-rw-r--r-- 1 root root 181K мар 21  2020 libgstavi.so&#xA;-rw-r--r-- 1 root root  56K мар 21  2020 libgstinterleave.so&#xA;-rw-r--r-- 1 root root 251K дек  9  2019 libgstlibav.so&#xA;-rw-r--r-- 1 root root  15K мар 21  2020 libgstnavigationtest.so&#xA;-rw-r--r-- 1 root root  40K мар 21  2020 libgstwavenc.so&#xA;-rw-r--r-- 1 root root  48K мар 21  2020 libgstwavpack.so&#xA;-rw-r--r-- 1 root root  72K мар 21  2020 libgstwavparse.so&#xA;

    &#xA;

    It found many new modules but didn't found avdec_h264. What I am missing ?

    &#xA;

    UPDATE :

    &#xA;

    I just want way to use gstreamer via conda virtenv python appliation. If you know valid way to do so I will consider your reply as answer.

    &#xA;

  • Looking for a free alternative RTSP server for Node.js [closed]

    2 juin 2020, par Maoration

    I'm looking at running my node.js server as an RTSP streaming server, as well as an http server. the ability to get some ffmpeg video output to stream as rtsp to 'localhost' (which will be the server listening), and for multiple clients to request a stream from the server via the rtsp ://... protocol

    &#xA;&#xA;

    The most common online implementation is :&#xA;https://www.npmjs.com/package/rtsp-streaming-server

    &#xA;&#xA;

    However, this is licensed under GPL-3.0, meaning my product would have to be open-source, or I'll be violating the terms of use. I'm afraid thats not possible..

    &#xA;&#xA;

    Other common results when searching for a solution are :

    &#xA;&#xA;

    https://www.npmjs.com/package/rtsp-server&#xA;which just seems to wrap to lower level rtsp protocol messages.

    &#xA;&#xA;

    https://www.npmjs.com/package/node-media-server&#xA;which provides solutions to many use cases, but I couldnt figure out how to configure it as an RTSP server, or if this would even be possible.

    &#xA;&#xA;

    So, any alternatives ? other suggestions ?

    &#xA;