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 committed Aug 22, 2023
1 parent 35eef9c commit 06c74f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Added a section for useful dart packages, See [Useful Dart Packages](#-useful-dart-packages)
- 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.10 is `d77920b4ced4a105ad35659fbe3958800d418fb9`
- 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 @@ -81,7 +82,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 06c74f6

Please sign in to comment.