Skip to content

ryanginn/rtmp-player-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages