Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (77)

  • 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

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

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (8867)

  • +SMSound.oncaption (Flash 9, NetStream/RTMP-only feature, similar to onmetadata) - results stored in SMSound.captiondata.

    12 mai 2012, par Scott Schiller

    m script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js m src/SoundManager2_SMSound_AS3.as m swf/soundmanager2_flash9.swf m swf/soundmanager2_flash9_debug.swf m swf/soundmanager2_flash_xdomain.zip +SMSound.oncaption (...)

  • 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 ?