diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-19 21:42:09 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-19 21:42:09 +0000 |
commit | d45bad6cef3f323966d505dfcabe4cbd6f48bc0a (patch) | |
tree | f04086034201bf7fa1b6fdbfd45ebb4d8f132264 /doc | |
parent | 5116b92d71c1993fac858c7240b473b4e882e545 (diff) | |
download | ffmpeg-d45bad6cef3f323966d505dfcabe4cbd6f48bc0a.tar.gz |
Add a "Status stream" section in ffserver-doc.texi.
Originally committed as revision 13831 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffserver-doc.texi | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/ffserver-doc.texi b/doc/ffserver-doc.texi index 4df422dcfe..b13f7fe721 100644 --- a/doc/ffserver-doc.texi +++ b/doc/ffserver-doc.texi @@ -44,6 +44,28 @@ For each feed you can have different output streams in various formats, each one specified by a <Stream> section in the configuration file. +@section Status stream + +FFserver supports an HTTP interface which exposes the current status +of the server. + +Simply point your browser to the address of the special status stream +specified in the configuration file. + +For example if you have: +@example +<Stream status.html> +Format status + +# Only allow local people to get the status +ACL allow localhost +ACL allow 192.168.0.0 192.168.255.255 +</Stream> +@end example + +then the server will post a page with the status information when +the special stream @file{status.html} is requested. + @section What can this do? When properly configured and running, you can capture video and audio in real |