From f359a5bed8a4fe548446095f8435aaccd36efd90 Mon Sep 17 00:00:00 2001 From: Philip Gladstone Date: Thu, 9 May 2002 01:11:49 +0000 Subject: * Updated so that some streams actually work! Originally committed as revision 456 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffserver.conf | 155 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 79 insertions(+), 76 deletions(-) diff --git a/doc/ffserver.conf b/doc/ffserver.conf index 311f48b817..4c915702ff 100644 --- a/doc/ffserver.conf +++ b/doc/ffserver.conf @@ -97,12 +97,17 @@ VideoFrameRate 3 # The following abbreviation are defined : sqcif, qcif, cif, 4cif VideoSize 160x128 -# transmit only intra frames (useful for low bitrates) -VideoIntraOnly +# transmit only intra frames (useful for low bitrates, but kills frame rate) +#VideoIntraOnly # If non intra only, an intra frame is transmitted every VideoGopSize # frames Video synchronization can only begin at an I frames. -#VideoGopSize 12 +VideoGopSize 12 + +# Choose your codecs: + +#AudioCodec mp2 +#VideoCodec mpeg1video # Suppress audio #NoAudio @@ -114,34 +119,34 @@ VideoIntraOnly # second mpeg stream with high frame rate - -Feed feed1.ffm -Format mpegvideo -VideoBitRate 128 -VideoFrameRate 25 -#VideoSize 352x240 -VideoGopSize 25 - - +# +#Feed feed1.ffm +#Format mpegvideo +#VideoBitRate 128 +#VideoFrameRate 25 +###VideoSize 352x240 +#VideoGopSize 25 +#NoAudio +# +# ################################################################## # A stream coming from a file : you only need to set the input # filename and optionnally a new format. Supported conversions: # avi -> asf # - +# another file streaming + -#File "/tmp/file.avi" -File "tmp/file.avi" -# avi must be converted to asf to be streamed -Format asf +File "/usr/local/httpd/htdocs/tlive.rm" +NoAudio -# another file streaming - + -File "tmp/file.mp3" +File "/usr/local/httpd/htdocs/test.asf" +NoAudio @@ -154,86 +159,83 @@ Feed feed1.ffm Format rm AudioBitRate 32 NoVideo +NoAudio ################################################################## # Another stream : Real with audio and video at 64 kbits - +# -Feed feed1.ffm -Format rm +#Feed feed1.ffm +#Format rm -AudioBitRate 32 -VideoBitRate 20 -VideoFrameRate 2 -VideoIntraOnly - - +#AudioBitRate 32 +#VideoBitRate 128 +#VideoFrameRate 25 +#VideoGopSize 25 +#NoAudio -################################################################## -# Another stream : Mpeg audio layer 2 at 64 kbits. +# - + Feed feed1.ffm -Format mp2 -AudioBitRate 64 -AudioSampleRate 44100 - - - - +Format rm -Feed feed1.ffm -Format mp2 -AudioBitRate 32 -AudioSampleRate 16000 +VideoBitRate 128 +VideoFrameRate 15 +VideoGopSize 25 +VideoSize 320x240 +AudioBitRate 64 ################################################################## # Another stream : Multipart JPEG - - -Feed feed1.ffm -Format mpjpeg - -VideoFrameRate 2 -VideoIntraOnly - - +# +# +#Feed feed1.ffm +#Format mpjpeg +# +#VideoFrameRate 2 +#VideoIntraOnly +#NoAudio +# +# ################################################################## # Another stream : Multipart JPEG - - -Feed feed1.ffm -Format jpeg - -# the parameters are choose here to take the same output as the -# Multipart JPEG one. -VideoFrameRate 2 -VideoIntraOnly -#VideoSize 352x240 - - +# +# +#Feed feed1.ffm +#Format jpeg +# +## the parameters are choose here to take the same output as the +## Multipart JPEG one. +#VideoFrameRate 2 +#VideoIntraOnly +##VideoSize 352x240 +#NoAudio +# +# ################################################################## # Another stream : Flash - +# -Feed feed1.ffm -Format swf - -VideoFrameRate 2 -VideoIntraOnly - - +#Feed feed1.ffm +#Format swf +# +#VideoFrameRate 2 +#VideoIntraOnly +#NoAudio +# +# ################################################################## @@ -243,11 +245,12 @@ VideoIntraOnly Feed feed1.ffm Format asf - +# +VideoFrameRate 15 +VideoSize 352x240 +VideoBitRate 128 +VideoGopSize 30 AudioBitRate 64 -AudioSampleRate 44100 -VideoFrameRate 2 -VideoIntraOnly -- cgit v1.2.3