Skip to content

Commit

Permalink
Add gstreamer1.0-alsa to video player deps
Browse files Browse the repository at this point in the history
- otherwise playbin will fail to initialize
- see #233 (comment)
  • Loading branch information
ardera authored Nov 28, 2022
1 parent fd3c702 commit 16ac3de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## 📰 NEWS
- There's now a new video player based on gstreamer. See [gstreamer video player](#gstreamer-video-player) section.
- The new latest flutter gallery commit for flutter 3.0 is `1dfcd617a260e4468f0883d7dfbfdfe3d021f7b3`
- The gstreamer video player dependencies have been updated. If the playback fails to initialize, see the [gstreamer video player](#gstreamer-video-player) section.

# flutter-pi
A light-weight Flutter Engine Embedder for Raspberry Pi. Inspired by https://github.com/chinmaygarde/flutter_from_scratch.
Expand Down Expand Up @@ -64,7 +63,7 @@ If you encounter issues running flutter-pi on any of the supported platforms lis

If you want to use the [gstreamer video player](#gstreamer-video-player), install these too:
```shell
$ sudo apt install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad gstreamer1.0-libav
$ sudo apt install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-alsa
```
<details>
<summary>More Info</summary>
Expand Down

0 comments on commit 16ac3de

Please sign in to comment.