OSDN Git Service

rtmp: Implement check bandwidth notification.
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 8 May 2012 22:58:09 +0000 (00:58 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 10 May 2012 10:55:32 +0000 (13:55 +0300)
commitd55961fa82d34c1783f525b05608694d2b2dea1c
treef77873e2bc979765032eff39bfc7148629159608
parent05945db9ce3c6708e62d05bfb040db10d73eade0
rtmp: Implement check bandwidth notification.

According to the behaviour of librtmp, it is recommended to send this
message to the server after receiving the 'onBWDone' callback in order
to do bandwidth checking and improve compatibility with some servers.
libavformat/rtmpproto.c