diff options
author | Clément Bœsch <clement@stupeflix.com> | 2015-02-12 11:59:22 +0100 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2015-02-12 11:59:22 +0100 |
commit | a5c9befbf433fc63aef9dca598f762339f3a19f3 (patch) | |
tree | a537d41f5c573796a4462abd4347ad0774c1d3c8 | |
parent | e1ca695d2207413ad60c56d8deca00e914802743 (diff) | |
download | ffmpeg-a5c9befbf433fc63aef9dca598f762339f3a19f3.tar.gz |
README: add ffserver
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ such as audio, video, subtitles and related metadata. * [ffplay](http://ffmpeg.org/ffplay.html) is a minimalistic multimedia player. * [ffprobe](http://ffmpeg.org/ffprobe.html) is a simple analysis tool to inspect multimedia content. +* [ffserver](http://ffmpeg.org/ffserver.html) is a multimedia streaming server + for live broadcasts. * Additional small tools such as `aviocat`, `ismindex` and `qt-faststart`. ## Documentation |