- 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.
- Fixed proxy not being used by librtmp.
- Added support for Cygwin, patch by @schrobby. (#17)
- Fixed expected bytes type on Python 2.
- Fixed singledispatch dependency condition.
- 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)
- Fixed compilation issue on some platforms.
- Fixed AMF issue on older librtmp versions. (#1)
- Fixed packaging issues.
- First release on PyPI.