Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (17)

  • 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

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

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

Sur d’autres sites (2540)

  • additional math.h functions for djgpp

    11 novembre 2018, par Peter Ross
    additional math.h functions for djgpp
    
    • [DH] compat/djgpp/math.c
    • [DH] compat/djgpp/math.h
    • [DH] configure
    • [DH] tests/ref/fate/source
  • Revision 6649 : media=all sur la css Améliorations sur le progress, on fait un Math.ceil ...

    21 juin 2012, par kent1 — Log

    media=all sur la css Améliorations sur le progress, on fait un Math.ceil et donc on affiche un nombre arrondi ce qui permet d’afficher le message d’analyse dans le statut

  • Send audio and voice in conference room

    23 janvier 2018, par Ahmed

    i have chat room with one person on microphone , i programming it by java using jsons for command between server and client based on netty library , ok on streaming audio and video i used RTMP and send the link of the streaming to all room member to play the stream, the rtmp server is Nginx and i use FFMPEG and java wrapper javacv to use FFMPEG, it’s work ok but when user click button to start streaming to room, it’s come with late about 3-4 seconds sometimes 2 seconds .

    i found same system called Ivoclize it’s on java and have useing ffmpeg but very fast in start streaming voice and video to room members.

    can i use Other protocole like udp or rtsp , if some one can help ?