rtmp-player-python

Tested on Python 3.10.11 (Windows)

Installation Instructions for Windows

pip3 install python-vlc
pip3 install comtypes
pip3 install pycaw
pip3 install pillow

Installation Instructions for Ubuntu/Debian/Linux Mint

sudo apt install python3
sudo apt install python3-pip
git clone https://github.com/ryanginn/rtmp-player-python.git
cd rtmp-player-python
pip3 install python-vlc
pip3 install comtypes
pip3 install pycaw
pip3 install pillow
python3 bc.py

Job done, should work out of the box

image