* Add code to configure the following:
authorPhilip Gladstone <philipjsg@users.sourceforge.net>
Thu, 16 May 2002 02:03:07 +0000 (02:03 +0000)
committerPhilip Gladstone <philipjsg@users.sourceforge.net>
Thu, 16 May 2002 02:03:07 +0000 (02:03 +0000)
commit42a63c6a02ec6abb8579a743e76025e7f6309033
tree973856512eabbd4a543ad98278a049488fe4a1d9
parent3884a3c322285f8795ca4cb64b1f41b9162811c6
* Add code to configure the following:
  * prebuffering/preroll a live stream -- this improves startup time
  * videoqmin/videoqmax/videoqdiff -- codec parameters
  * maximum bandwidth for live streams
* Add support for .ram and .rpm extensions mapping onto .rm
* Make the status page show bandwidth. Also make the .asf and .rm
  links go to .asx and .ram files.
* Make a stream only start streaming when it gets a keyframe on each
  stream. This is arguable, and it maybe ought to be restricted to
  live streams. However, since I don't think that file streams work,
  this is a step in the right direction. It improves the startup delay.
* Log an error if we are unable to delete the temp feed file.

Originally committed as revision 501 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffserver.c