Recherche avancée

Médias (91)

Autres articles (65)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (11388)

  • MP4 streaming with ffmpeg and ffserver

    7 janvier 2015, par bogdanioan.gabor

    I’m trying to make available on every desktop, but also on mobile devices and tablets, a live stream which comes from a camera.
    The live stream comes on RTSP protocol which implies that client should use a plugin, like VLC (which is’t available for all the platforms).
    I’ve transcoded the stream, using ffmpeg to mp4, over HTTP, in order to be able to use HTML 5’s video tag.
    The problem is that, from what I’ve read, mp4 format is not streamable.

    Is there a solution for "make it" streamable, like splitting it into chunks or something.
    Any tutorial will be appreciated.

  • Re-streaming rtsp to smooth streaming iis

    29 octobre 2013, par Minh Huy

    I have rtsp live stream link and i want to play it on windows phone. so, i used ffmpeg to convert from rtsp to http live streaming, then send it to publishing point. but i can't get it. Can you help me ? this is my command on ffmpeg to convert :

    ffmpeg -re -i "rtsp://112.197.2.16:1935/live/vtv3.stream" -movflags isml+frag_keyframe -f ismv  "http://192.168.1.21:8087/ffmpeg/testFFmpeg.isml/manifest"

    Hi, I have rtsp live stream link and i want to play it on windows phone. so, i used ffmpeg to convert from rtsp to http live streaming, then send it to publishing point. but i can't get it. Can you help me ? this is my command on ffmpeg to convert :

    ffmpeg -re -i "rtsp://112.197.2.16:1935/live/vtv3.stream" -movflags isml+frag_keyframe -f ismv  "http://192.168.1.21:8087/ffmpeg/testFFmpeg.isml/manifest"
  • How can we transcode live rtmp stream to live hls stream using ffmpeg ?

    20 septembre 2016, par Kiran

    I am trying to convert a live rtmp stream to hls stream on real time.

    I got some idea after reading

    http://sonnati.wordpress.com/2011/08/30/ffmpeg-%E2%80%93-the-swiss-army-knife-of-internet-streaming-%E2%80%93-part-iv/

    i am able to convert the live rtmp stream to hls but not at run time. when i run the command and test for any hsl files (.m3u8 and .ts) i am not able to see but when i interrupt the command and check there i get the hls files as required.

    I searched on google for solution but not able to get proper answer.

    Can any body help me ?

    Thanks in Advance...