Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-11-29 01:45:21 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-11-29 02:13:46 +0400
commit6aea3d597e36637a77f43ef627cfe2ec416e124b (patch)
tree6f5bb888531c9a45ff2403bb7fa889fe4d31fbf6 /doc/ffserver.texi
parent2a0349786a58180ff21a40d71cc64860ead66645 (diff)
doc/ffserver: add notice about re-launch behavior
Diffstat (limited to 'doc/ffserver.texi')
-rw-r--r--doc/ffserver.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ffserver.texi b/doc/ffserver.texi
index 7a20aea8f5..1e3b6a30fb 100644
--- a/doc/ffserver.texi
+++ b/doc/ffserver.texi
@@ -344,6 +344,9 @@ it is replaced by a path with the same dirname of the @command{ffserver}
instance, followed by the remaining argument and terminated with a
path corresponding to the feed.
+When the launched process exits, @command{ffserver} will launch
+another program instance.
+
In case you need a more complex @command{ffmpeg} configuration,
e.g. if you need to generate multiple FFM feeds with a single
@command{ffmpeg} instance, you should launch @command{ffmpeg} by hand.