Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (69)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (9648)

  • SDP for FFMPEG (IP addresses)

    18 mars 2016, par Dmitry

    I’m receiving audio via RTP, so I’m opening input from the SDP I generate.
    Media is coming from Port_sender, IP_sender. IP and port of the server for listening : IP_server, Port_server. Here is my SDP template. What of {Port_sender, IP_sender, IP_server, Port_server} should I put in {%1%, %2%, %3%} for the SDP that I feed to ffmpeg and for the SDP that I give back to the sender ?

    \n\nv=0\n
    o=- 0 0 IN IP4 %1%\n
    s=name\n
    c=IN IP4 %2%\n
    t=0 0\n
    a=tool:libavformat 57.3.100\n
    m=audio %3% RTP/AVP 97\n
    b=AS:705\n
    a=rtpmap:97 PCMU/44100/2\n"

    Debugging it from different IPs is hard for me now. But from one computer it works perfectly.

  • Révision 18283 : Résoud #2176 : renommer les entrée principales de la nav en menu_ au lieu de bando_

    31 juillet 2011, par cedric -

    Pour faciliter la migration, on renomme a la volée les parents bando_ référencés par les plugins

  • mouse cursor strange within office 2010 ppt presentation video

    5 décembre 2015, par Wesley

    I hit a problem that record office 2010 ppt presentation.

    I wanna record ppt presentation process,so, here is my steps :
    1. open and ppt file
    2. press F5 to start the presentation
    3. use third party tool to record the screen
    4. during presentation, press CTRL+P to open the mark pen(on screen, it’s laser point)

    So, here comes the problem :
    After I finished the video record, when I play the vedio, the cursor is very strange to be an bold red plus, like below :
    enter image description here

    It’s really ugly..
    Actually I want it to be a icon like a pen, or at least to be a laser point as default.
    Firstly I thought it to be problem with my screen recording tool, so I write a script with python to record presentation screen using ffmpeg, but, with the same result..

    So, anyone hit this before ?
    How to fix this ?

    Thanks.
    Wesley