OSDN Git Service

rtmpproto.c: Fixed RTMP Stream output issue
authorChiranjeevi Melam <cmelam@rgbnetworks.com>
Sun, 18 Sep 2011 03:39:53 +0000 (05:39 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 18 Sep 2011 04:32:05 +0000 (06:32 +0200)
commit07631deeeeb4ee805714444c3a0bf9fb4941f8b5
tree1ba8d2776abbd9818741aaff371673bb2c794910
parentb2f230e23dd61112ac090b0c059d87b5f6bcb307
rtmpproto.c: Fixed RTMP Stream output issue

Original code had the assumption of only one FLV packet per RTMP packet. But that assumption is incorrect for higher bit rates. Made changes to the code to accommodate more than one FLV packet per RTMP
+packet.
libavformat/rtmpproto.c