Skip to content

Commit 55531a3

Browse files
authored
Update README.md
1 parent 49890a4 commit 55531a3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

orangepi/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ sudo apt-get install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
3434
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav \
3535
gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl \
3636
gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio \
37-
gstreamer1.0-nice gstreamer1.0-plugins-base-apps git
37+
gstreamer1.0-nice gstreamer1.0-plugins-base-apps git ninja
3838

3939
# Install Python dependencies
4040
pip3 install websockets cryptography
@@ -137,3 +137,10 @@ gst-inspect-1.0 rockchipmpp
137137
```
138138

139139
You should see `mpph265enc` and `mpph264enc` listed among the available elements.
140+
141+
if not, maybe try:
142+
143+
```
144+
sudo cp /usr/local/lib/aarch64-linux-gnu/gstreamer-1.0/* /usr/lib/aarch64-linux-gnu/gstreamer-1.0
145+
sudo ldconfig
146+
```

0 commit comments

Comments
 (0)