Major stable release 2020/06/21
To install this version:
pip install rtmplite3==0.2.5 # this version
# or
python -m pip install rtmplite3==0.2.5
Change log:
- Added an event decorator
1.1. You can now add a decorator to a function to add event handler:
@Event.add("onConnect")
def onConnect_handler(client, *args):
---
-
Changed string formatting
2.1. The original formatting method is %-formatting.
2.2. Now, its changed to f-formatting -
RTMPlite server can now be started as a Python module or as a command:
$ python -m rtmplite3 -d #or
$ rtmplite3 -d
What's not supported in this release
- The rtmpclient is now being converted.
1.1 Since it's is not stable now, it will not be included in this release