Rtmplite3

Latest version: v0.4.0

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1

0.4.0

0.3.5

Not many changes since 0.3.0. However, as this release contains a commit that improved the security, users are strongly encouraged to upgrade their existing RTMPLite3.
Shell
pip install rtmplite3==0.3.5 this version
or
python -m pip install rtmplite3==0.3.5


Change log:
1. Improved the security by re-writing some functions that were created by using exec() originally.

0.3.0

To install this version:
Shell
pip install rtmplite3==0.3.0 this version
or
python -m pip install rtmplite3==0.3.0

Change log:
1. Added another event decorator
1.1. You can now add a decorator to a function directly with the name of event:
Python
Event.onConnect
def onConnect_handler(client, *args):
---


2. FLV and common methods being separate from rtmp.py

3. Remove in-file documentation

4. Port number in cross domain policy will be bind to the port that is listening

5. Slightly processing speed improvements

What's not supported in this release
1. The executable is not available now due to some bugs

0.2.5

To install this version:
Shell
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:
Python
Event.add("onConnect")
def onConnect_handler(client, *args):
---


2. Changed string formatting
2.1. The original formatting method is %-formatting.
2.2. Now, its changed to f-formatting

3. RTMPlite server can now be started as a Python module or as a command:
Shell
$ python -m rtmplite3 -d or
$ rtmplite3 -d


What's not supported in this release
1. The rtmpclient is now being converted.

0.1.9

A stable release that does not contain much feature updates.

This release is to make a version that is compatible with installation from pip only. Therefore, no executable will be released in this version.

To install this version:
shell
pip install rtmplite3==0.1.9 this version

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.