* Added update_buffer option (enabled by default) to RTMP.create_stream, which enables a hack to increase throughput. * Added a update_buffer method to RTMPStream. * We now require at least version 1.0.1 of cffi.
0.2.2
^^^^^^^^^^^^^^^^^^
* Fixed proxy not being used by librtmp. * Added support for Cygwin, patch by schrobby. (17)
0.2.1
^^^^^^^^^^^^^^^^^^
* Fixed expected bytes type on Python 2. * Fixed singledispatch dependency condition.
0.2.0
^^^^^^^^^^^^^^^^^^
* RTMPError now inherits from IOError. * Fixed MSVC build. * Added librtmp.so.1 to library paths, patch by Athanasios Oikonomou. (4) * Added librtmp.dylib to library paths, patch by Will Donohoe. (6)
0.1.2
^^^^^^^^^^^^^^^^^^
* Fixed compilation issue on some platforms. * Fixed AMF issue on older librtmp versions. (1)