* Add first cut of code to handle Windows Media Player rate switching
authorPhilip Gladstone <philipjsg@users.sourceforge.net>
Sun, 26 May 2002 03:36:34 +0000 (03:36 +0000)
committerPhilip Gladstone <philipjsg@users.sourceforge.net>
Sun, 26 May 2002 03:36:34 +0000 (03:36 +0000)
commit3120d2a265553a87213eaf1bef1837af90f3fdc6
tree9cf1e39e65f6d73917748157d9fd496111276382
parent6394a2886db959e5c6a3545306e224eb74912160
* Add first cut of code to handle Windows Media Player rate switching
  requests. The current state is that at startup, WMP will get the
  best stream that it can handle. However, subsequent rate switching
  only puts a message in the log saying what the new stream ought to
  be. Solving this will be tricky. I guess that we would have to wait for
  key frames to appear in the new stream, and then switch over to it.
  Some care would be needed to deal with the PTS of the new stream
  versus the old stream.

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