Welcome to PyStreamRTC, versatile media streaming solution leveraging the power of Python, GStreamer, and WebRTC.
sudo apt-get install -y gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav libnice10 libglib2.0-dev
pip install -r requirements.txt
cd PyStreamRTC
do python streamer.py --video /path/to/your/video.mp4
> Starting pipeline
======== Running on http://0.0.0.0:8080 ========
have fun!