(Translated by https://www.hiragana.jp/)
GitHub - hith3sh/PyStreamRTC: Most simplest Python solution for WebRTC streaming of a video file. Capable of doing play, pause & seeking operations
Skip to content

Most simplest Python solution for WebRTC streaming of a video file. Capable of doing play, pause & seeking operations

Notifications You must be signed in to change notification settings

hith3sh/PyStreamRTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyStreamRTC

2024-07-1700-28-33-ezgif com-video-to-gif-converter

Welcome to PyStreamRTC, versatile media streaming solution leveraging the power of Python, GStreamer, and WebRTC.

Instructions

Install GStreamer

Debian/Ubuntu

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 these

pip install -r requirements.txt

Play your video

cd PyStreamRTC do python streamer.py --video /path/to/your/video.mp4

> Starting pipeline
======== Running on http://0.0.0.0:8080 ========
have fun!

About

Most simplest Python solution for WebRTC streaming of a video file. Capable of doing play, pause & seeking operations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published