Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (46)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

Sur d’autres sites (8824)

  • Combining multiple clips to form a single video with audio in background [on hold]

    19 septembre 2013, par user1941148

    I am developing an Android app which is combining multiple clips to form a single video and add audio in background of choice. I have gone through various solution like third party libraries but not sure how to actually implement it in Android.

    Some of solution I got are :

    ffmpeg, which is in native C. How to port it to Android ? How exactly to use with NDK ? Is it helpful to me to use ?

  • Live Streaming RTMP to RTSP

    19 septembre 2013, par user2794054

    i need to test a restream work like this.
    now i m using crtmpserver. i want to restream rtmp live source to iis smooth streaming format & rtsp format. Please guide me
    rtmp live to rtsp live
    &
    rtmp to live http streaming (target IIS server)

    Thanks

  • Passing FFmpeg encoder output to live 555 media server

    23 septembre 2013, par Ashutosh

    I need help on transmitting encoded output from encoder video output to live 555 media server.

       ret=avcodec_encode_video2(c,&pkt,(AVFrame*)&sc_dst_data,&gotim);
       source=ByteStreamMemoryBufferSource::createNew(*env,pkt.data,ret);
       if (source == NULL){}
       videoES = source;
       video_source=H264VideoStreamFramer::createNew(*env,videoES);
       video_sink->startPlaying(*video_source,afterPlaying, video_sink);

    The above codes doesn't transmit the streams properly.it breaks.any insights on how to do for a proper streaming in ffmpeg ?
    Please help.