Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sarankhaliq authored Sep 10, 2024
1 parent 17ab70b commit 152f610
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,18 @@ This guide provides step-by-step instructions for setting up Bird 3, including c
### Make Python3 Default:
```bash
sudo ln -sf /usr/bin/python3 /usr/bin/python

## **Gstreamer**

**### Check if Gstreamer is Installed
**
To verify if Gstreamer is installed on your system, use the following commands:

```bash
gst-launch-1.0 --gst-version
This will display the version of Gstreamer installed.
Alternatively, you can use the following command to list all Gstreamer packages installed on your system:
dpkg -l | grep gstreamer

0 comments on commit 152f610

Please sign in to comment.