Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (44)

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (5660)

  • creating a virtual microphone Ubuntu 16.04 and streaming audio into it from RTSP IP camera

    22 avril 2017, par sunsetjunks

    I need to create both virtual webcam and virtual microphone on an Ubuntu 16.04 machine for use in web application using WebRTC through my web browser.

    I need to feed video and audio to these 2 virtual devices from an IP camera (RTSP stream).
    Playing RTSP stream directly in VLC works fine with both video and audio.

    For this, I have created a /dev/video1 with video4linux2.
    I am able to feed the IP camera to /dev/video1.

    ffmpeg -i rtsp ://ip_address:554/streaming/channels/101/ -f v4l2
    /dev/video1

    If I look in VLC player, I can select /dev/video1 as a video device, but I have only "hw:0,0" as audio device, which is my in-built microphone.

    How to properly feed such RTSP stream to both virtual webcam and virtual microphone ?

  • creating a virtual microphone Ubuntu 16.04 and streaming audio into it from RTSP IP camera

    14 janvier 2021, par sunsetjunks

    I need to create both virtual webcam and virtual microphone on an Ubuntu 16.04 machine for use in web application using WebRTC through my web browser.

    



    I need to feed video and audio to these 2 virtual devices from an IP camera (RTSP stream). 
Playing RTSP stream directly in VLC works fine with both video and audio.

    



    For this, I have created a /dev/video1 with video4linux2.
I am able to feed the IP camera to /dev/video1.

    



    


    ffmpeg -i rtsp ://ip_address:554/streaming/channels/101/ -f v4l2
 /dev/video1

    


    



    If I look in VLC player, I can select /dev/video1 as a video device, but I have only "hw:0,0" as audio device, which is my in-built microphone.

    



    How to properly feed such RTSP stream to both virtual webcam and virtual microphone ?

    


  • How can I install specific version of in ubuntu 18.04

    5 juillet 2022, par Jayesh_Joshi

    As mentioned above I am working on installing an older version of FFmpeg for testing. Specifically, I want to install version 3.0.10.

    


    I have tried with below command

    


    sudo apt-get install ffmpeg=3.0.10

    


    but it always returns the below error

    


    E : Version '3.0.10' for 'ffmpeg' was not found.