Skip to content

Commit 06c74f6

Browse files
committed
Add gstreamer1.0-alsa to video player deps
- otherwise playbin will fail to initialize - see #233 (comment)
1 parent 35eef9c commit 06c74f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Added a section for useful dart packages, See [Useful Dart Packages](#-useful-dart-packages)
88
- There's now a new video player based on gstreamer. See [gstreamer video player](#gstreamer-video-player) section.
99
- The new latest flutter gallery commit for flutter 3.10 is `d77920b4ced4a105ad35659fbe3958800d418fb9`
10+
- The gstreamer video player dependencies have been updated. If the playback fails to initialize, see the [gstreamer video player](#gstreamer-video-player) section.
1011

1112
# flutter-pi
1213
A light-weight Flutter Engine Embedder for Raspberry Pi. Inspired by https://github.com/chinmaygarde/flutter_from_scratch.
@@ -81,7 +82,7 @@ If you encounter issues running flutter-pi on any of the supported platforms lis
8182

8283
If you want to use the [gstreamer video player](#gstreamer-video-player), install these too:
8384
```shell
84-
$ 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
85+
$ 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
8586
```
8687
<details>
8788
<summary>More Info</summary>

0 commit comments

Comments
 (0)