From 4e33b83b18770b8f2b260e2efdaf7305ffcf45a7 Mon Sep 17 00:00:00 2001 From: Philip Gladstone Date: Thu, 30 May 2002 02:54:25 +0000 Subject: Added Launch, FaviconURL and Redirect examples Originally committed as revision 631 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffserver.conf | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ffserver.conf b/doc/ffserver.conf index 4d46629e5e..3ffa140725 100644 --- a/doc/ffserver.conf +++ b/doc/ffserver.conf @@ -46,7 +46,10 @@ CustomLog - # File=/tmp/feed_name.ffm FileMaxSize=5M File /tmp/feed1.ffm -FileMaxSize 50M +FileMaxSize 200K + +# Specify launch in order to start ffmpeg automatically +# Launch @@ -261,13 +264,41 @@ Format asf # VideoFrameRate 15 VideoSize 352x240 -VideoBitRate 128 +VideoBitRate 256 VideoGopSize 30 AudioBitRate 64 StartSendOnKey + + +Feed feed1.ffm +Format asf +# +VideoFrameRate 15 +VideoSize 352x240 +VideoBitRate 256 +VideoGopSize 30 +NoAudio +StartSendOnKey + + + + + +Feed feed1.ffm +Format asf +# +VideoFrameRate 15 +VideoSize 352x240 +VideoBitRate 128 +VideoGopSize 30 +NoAudio +StartSendOnKey + + + ################################################################## # Special stream : server status @@ -275,4 +306,12 @@ StartSendOnKey Format status +FaviconURL http://pond1.gladstonefamily.net:8080/favicon.ico + + + + +# maps index.html to the appropriate site +URL http://ffmpeg.sourceforge.net/ + -- cgit v1.2.3