Skip to content

Commit b8ffcef

Browse files
authored
Update README.md
1 parent ae77bef commit b8ffcef

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# PyStreamRTC
1+
# PyStreamRTC V1.0🥷🏻
22
![2024-07-1700-28-33-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/0868f257-125d-4f2d-8b6b-8d8eb89b053f)
33

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

6-
## Instructions
6+
## 🛠 Installation and Setup Instructions
77

88
### Install GStreamer and other libraries
99

10+
I have only checked the workflow for debian based systems. Feel free to check the workflow in any other platform, but below libraries won't be easy to install in others
1011
#### For Debian platforms
1112
`sudo apt-get install -y gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libnice-dev gstreamer1.0-nice libglib2.0-dev libcairo2-dev libgirepository1.0-dev pkg-config python3-dev python3-gst-1.0 libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-bad1.0-dev gobject-introspection`
1213

1314
#### Then pip install these
1415
`pip install -r requirements.txt`
1516

16-
### Navigate to the location and start streaming
17+
### Navigate to the location and start streaming 🚀
1718
`cd PyStreamRTC`
1819

1920
`python streamer.py --video /path/to/your/video.mp4`
@@ -22,3 +23,7 @@ Welcome to PyStreamRTC, versatile media streaming solution leveraging the power
2223
======== Running on http://0.0.0.0:8080 ========
2324
have fun!
2425
```
26+
27+
28+
### 🌱 Contribution
29+
If you have any suggestions on what to improve in PyStreamRTC and would like to share them, feel free to leave an issue or fork project to implement your own ideas

0 commit comments

Comments
 (0)