forked from hydralabs/rtmpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
33 lines (27 loc) · 1.06 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Changelog
=========
This file contains information about the changes between the different
versions of RTMPy.
.. contents::
0.2 (Unreleased)
----------------
- Refactor: A new beginning .. (Ticket:112)
- Allow arguments to be passed to NetConnection.connect() (Ticket:110)
- Refactored the base RTMP functionality in rtmpy.protocol.rtmp to be protocol
agnostic. (Ticket:119)
- Add support for Client properties: application, ip, agent, pageUrl, uri,
protocol (Ticket:113)
0.1.1 (2010-11-30)
------------------
- Allow stream names to be reused if a peer disconnects uncleanly (Ticket:74)
- Switch to Distribute (Ticket:63)
- Allow > 4GB streams to be consumed (Ticket:54)
- Application.onDisconnect implemented (Ticket:66)
- Ensure that ParamedString will work with Python 2.4 (Ticket:76)
- Switched license from MIT to LGPLv2.1 (or newer) (Ticket:64)
0.1 (2010-10-21)
----------------
- Ability to publish and subscribe to live streams. Provide support for AMF0 and
AMF3 connections.
- Encoder and decoder for the RTMP protocol
- Methods to construct and send RTMP packets