Skip to content

Major stable release 2020/06/21

Compare
Choose a tag to compare
@KnugiHK KnugiHK released this 21 Jun 13:29
· 59 commits to master since this release
9156589

To install this version:

pip install rtmplite3==0.2.5 # this version
# or
python -m pip install rtmplite3==0.2.5

Change log:

  1. 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):
---
  1. Changed string formatting
    2.1. The original formatting method is %-formatting.
    2.2. Now, its changed to f-formatting

  2. 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

  1. The rtmpclient is now being converted.
    1.1 Since it's is not stable now, it will not be included in this release