Skip to content
No description, website, or topics provided.
Python
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore
LICENSE
README.md
config.json
player
player.py

README.md

Setup

Make sure the following prerequisites are installed:

pip install pyqt5 pyqt5-tools requests json

Also make sure you have sufficient video codecs. I recommend the K-Lite Codec Pack, but the choice is yours.

How to use

After setup, simply run python player.py.

Troubleshoot/Known issues

  • I start the script, but nothing happens ..* Apparently, thats an issue with python3 on windows. Until fixed, use python 2.7 instead
  • I get the following error code: DirectShowPlayerService::doRender: Unresolved error code 0x80040218 (IDispatch error #24), or similar ..* You are missing video codecs, see above
  • Video is blurry/doesn't resize correctly/glitches ..* This could have various reasons, the most probable ones are either a bad internet connection or PyQt just feeling like it. Not much you can do about that, sadly...
You can’t perform that action at this time.