Installation

Pystreaming is a easy way to do video streaming, without installing libraries like ffmpeg and gstreamer.

You can install Pystreaming through PyPI

pip install pystreaming

To install the latest version of Pystreaming:

pip install --upgrade --force-reinstall pystreaming

Additional Requirements

If you want to use Pystreaming’s test-signal and display functionalities, you need to install Pillow and OpenCV

pip install opencv-python
pip install Pillow