Skip to content

Commit d96018e

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

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ Welcome to PyStreamRTC, versatile media streaming solution leveraging the power
88
### Install GStreamer and other libraries
99

1010
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
11-
#### For Debian platforms
11+
### For Debian platforms
12+
#### System-level installation
1213
`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`
1314

14-
#### Then pip install these
15+
#### pip installation
1516
`pip install -r requirements.txt`
1617

1718
### Navigate to the location and start streaming 🚀
@@ -23,7 +24,8 @@ I have only checked the workflow for debian based systems. Feel free to check th
2324
======== Running on http://0.0.0.0:8080 ========
2425
have fun!
2526
```
26-
27+
### 🗒️ Note
28+
This functionality works seamlessly on Chromium-based browsers. For optimal performance, please test on a Chromium browser first, as there may be occasional issues with WebRTC streaming on Mozilla Firefox.
2729

2830
### 🌱 Contribution
2931
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)