OSDN Git Service

* If a stream gets stuck in WAIT_FEED, then disconnecting the other end
authorPhilip Gladstone <philipjsg@users.sourceforge.net>
Sat, 18 May 2002 21:33:05 +0000 (21:33 +0000)
committerPhilip Gladstone <philipjsg@users.sourceforge.net>
Sat, 18 May 2002 21:33:05 +0000 (21:33 +0000)
commita6e14edde01bafbbe54f6f451efa718a48975b47
treeab78aad77b4979995db30561911961eed847efe3
parent5e57424d118c2faa12b0caa0b9f7816942ba5be2
* If a stream gets stuck in WAIT_FEED, then disconnecting the other end
  will clear out the stream. I think that this is really a linux bug in
  the handling of poll, but I did a workaround anyway.
* Improve the statistics output and prevent a buffer overrun when lots
  of clients are connected.
* Process ffm input when it is received and don't always be one ffm
  packet behind.
* Try to avoid going through the poll loop when not required.

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