Browse Source

Have the test.asf stream enabled by default (thanks to htz@kde.org)

Originally committed as revision 1943 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Philip Gladstone 22 years ago
parent
commit
41fc0dd5a3
1 changed files with 10 additions and 10 deletions
  1. +10
    -10
      doc/ffserver.conf

+ 10
- 10
doc/ffserver.conf View File

@@ -195,16 +195,16 @@ VideoGopSize 12

# ASF compatible

#<Stream test.asf>
#Feed feed1.ffm
#Format asf
#VideoFrameRate 15
#VideoSize 352x240
#VideoBitRate 256
#VideoGopSize 30
#AudioBitRate 64
#StartSendOnKey
#</Stream>
<Stream test.asf>
Feed feed1.ffm
Format asf
VideoFrameRate 15
VideoSize 352x240
VideoBitRate 256
VideoGopSize 30
AudioBitRate 64
StartSendOnKey
</Stream>


# MP3 audio


Loading…
Cancel
Save