rtmp: Set the client buffer time to 3s instead of 0.26s
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 13 Jun 2012 12:48:02 +0000 (14:48 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 13 Jun 2012 13:53:32 +0000 (16:53 +0300)
commit9477c035a768261e54c50404c0f3746bf023f7a4
tree1007a717c79e833a97120e7ff8796da45ed02b5b
parentc2d38beab2858307f76b01070e7044f2577b8600
rtmp: Set the client buffer time to 3s instead of 0.26s

This factorizes existing code into a new function gen_buffer_time(),
which generates the client buffer time message and sends it to the
server.

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