Tag Archives: ffmpeg

Play with ffserver – a quick overview

ffmpegEverybody knows ffmpeg the command line encoding tool but do you know ffserver ? ffserver is a multimedia streaming server for live broadcasts. With it, you can stream over HTTP, RTP and RSTP.

Quick overview

The concept is to use ffmpeg to push content to one server. This server will transcode streams and deliver to the end-users.

FFServer map

Input streams are called feed and for each feed you can have multiple output stream.

We can manage ffserver via a configuration file. The syntax is close to the one used for Apache server. You can find a example here. And there are more informations in the ffserver wiki.

We will see two examples on how to deliver content via a ffserver. There will be a FLV and a WebM stream.
Continue reading

FFmpeg, le couteau suisse gratuit de la vidéo

Je travaille avec le logiciel ffmpeg. C’est un outil en ligne de commande utilisé comme base pour beaucoup d’outils plus haut niveau dans le domaine de l’encodage vidéo. L’application est également fortement utilisé par des purs players de la vidéos sur la toile. FFmpeg est complété par une ensemble de librairies : libavcodec, libavformat ou encore libx264 pour le H.264 dont je parlerais plus à la fin du billet.

Continue reading