rtsp: Request that dynamic rate is disabled
authorMartin Storsjö <martin@martin.st>
Mon, 27 Dec 2010 07:51:09 +0000 (09:51 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 12 Oct 2011 11:48:47 +0000 (14:48 +0300)
commit76b0d03d827626b9c235812096b0be490a6e4ea0
tree82d9f5ffb961b8373f11e8d9f1e91a29f4ad5dc8
parent30eae325302a99fd6c3051c34b60a605765e026c
rtsp: Request that dynamic rate is disabled

DSS enables this automatically if streaming VOD over TCP. If
enabled, the server feeds packets faster than realtime, screwing
up RTCP NTP based timestamps.

Also, DSS doesn't indicate that this was indicated, if it was
enabled automatically (although if it was requested to be enabled,
a header saying that it was enabled is added, but this isn't
added if it is enabled automatically), making it even harder
to detect and work around properly without explicitly asking
for it to be disabled(/enabled, if we were able to support it).

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtsp.c