Skip to content

Commit

Permalink
readme: Fix Ubuntu-based GStreamer packages
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso authored Jun 7, 2023
1 parent 6018fad commit 1d0a430
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ Download the mavlink-camera-manager binary for your architecture from our [relea
```Bash
sudo apt update -y && \
sudo apt install -y --no-install-recommends \
libgstreamer1.0 \
libgstreamer-plugins-base1.0 \
libgstreamer-plugins-bad1.0 \
libgstrtspserver-1.0
libgstreamer1.0-0 \
libgstreamer-plugins-base1.0-0 \
libgstreamer-plugins-bad1.0-0 \
libgstrtspserver-1.0-0
```

_note: GSTreamer needs to be at least version `1.16.0`. You can check it by running `gst-launch-1.0 --version`._
Expand Down

0 comments on commit 1d0a430

Please sign in to comment.